Fix recursion of install-* into po directories.
authorJoel E. Denny <joeldenny@joeldenny.org>
Mon, 16 Apr 2012 15:27:48 +0000 (08:27 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 16 Apr 2012 15:27:48 +0000 (08:27 -0700)
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.

ChangeLog
build-aux/po/Makefile.in.in

index 54f33e9..1432543 100644 (file)
--- 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
index caedd7f..2a71983 100644 (file)
@@ -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@