]> Savannah Git Hosting - gnulib.git/commitdiff
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 54f33e90d0d78909ad51ebb9018ccb296b5a64c1..14325436862191af697a85166e9a07da0f20a7ab 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 caedd7fde2ab23133886de2478071a0b99335939..2a7198356fe035391b8e9b91463973bbf0f0ac11 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@