summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--build-aux/po/Makefile.in.in1
2 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 54f33e90d0..1432543686 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2012-04-16 Joel E. Denny <joeldenny@joeldenny.org>
+
+ Fix recursion of install-* into po directories.
+ Bison's install-pdf bug reported by Hans Aberg at
+ <http://lists.gnu.org/archive/html/bug-bison/2011-05/msg00008.html>.
+ * build-aux/po/Makefile.in.in (install-dvi, install-html)
+ (install-info, install-pdf, install-ps): New targets.
+
2012-04-16 Jim Meyering <meyering@redhat.com>
maint: avoid spurious "make sc_maint" failure
diff --git a/build-aux/po/Makefile.in.in b/build-aux/po/Makefile.in.in
index caedd7fde2..2a7198356f 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@