From 88b94265b630cfcec39dafe954affcee03e36f72 Mon Sep 17 00:00:00 2001 From: "Joel E. Denny" Date: Mon, 16 Apr 2012 08:27:48 -0700 Subject: [PATCH] Fix recursion of install-* into po directories. Bison's install-pdf bug reported by Hans Aberg at . * build-aux/po/Makefile.in.in (install-dvi, install-html) (install-info, install-pdf, install-ps): New targets. --- ChangeLog | 8 ++++++++ build-aux/po/Makefile.in.in | 1 + 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 54f33e90d..143254368 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2012-04-16 Joel E. Denny + + Fix recursion of install-* into po directories. + Bison's install-pdf bug reported by Hans Aberg at + . + * build-aux/po/Makefile.in.in (install-dvi, install-html) + (install-info, install-pdf, install-ps): New targets. + 2012-04-16 Jim Meyering maint: avoid spurious "make sc_maint" failure diff --git a/build-aux/po/Makefile.in.in b/build-aux/po/Makefile.in.in index caedd7fde..2a7198356 100644 --- a/build-aux/po/Makefile.in.in +++ b/build-aux/po/Makefile.in.in @@ -266,6 +266,7 @@ install-data-yes: all install-strip: install +install-dvi install-html install-info install-pdf install-ps: installdirs: installdirs-exec installdirs-data installdirs-exec: installdirs-data: installdirs-data-@USE_NLS@ -- 2.11.0