changeset 16785:4581ea31708b

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.
author Joel E. Denny <joeldenny@joeldenny.org>
date Mon, 16 Apr 2012 08:27:48 -0700
parents 5ad2d5fd1f23
children e13631162c47
files ChangeLog build-aux/po/Makefile.in.in
diffstat 2 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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
--- a/build-aux/po/Makefile.in.in
+++ b/build-aux/po/Makefile.in.in
@@ -266,6 +266,7 @@
 
 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@