]> git.saurik.com Git - bison.git/commitdiff
install-pdf: fix.
authorAkim Demaille <akim@lrde.epita.fr>
Mon, 16 Apr 2012 15:56:52 +0000 (17:56 +0200)
committerAkim Demaille <akim@lrde.epita.fr>
Mon, 16 Apr 2012 17:12:07 +0000 (19:12 +0200)
* gnulib: Fix install-pdf in po/ and runtime-po/.
Reported by Hans Aberg.
Fixed by Joel E. Denny.
http://lists.gnu.org/archive/html/bug-bison/2011-05/msg00008.html

NEWS
bootstrap
gnulib

diff --git a/NEWS b/NEWS
index 64d824885e725b24ceeddf634d25562aca853a1e..f6cc360a0442b945c2d27799f20f646eb3b46767 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -58,14 +58,21 @@ Bison News
   format.  Incorrect index entries were fixed.  Some other errors were
   fixed.
 
   format.  Incorrect index entries were fixed.  Some other errors were
   fixed.
 
-** Warnings during the build procedure have been eliminated.
+** Changes to the build system:
 
 
-** Several portability problems in the test suite have been fixed:
+*** Warnings during the build procedure have been eliminated.
+
+*** Several portability problems in the test suite have been fixed:
 
   This includes warnings with some compilers, unexpected behavior of
   tools such as diff, warning messages from the test suite itself,
   etc.
 
 
   This includes warnings with some compilers, unexpected behavior of
   tools such as diff, warning messages from the test suite itself,
   etc.
 
+*** The install-pdf target work properly:
+
+  Running "make install-pdf" (or -dvi, -html, -info, and -ps) no
+  longer halts in the middle of its course.
+
 * Changes in version 2.5 (2011-05-14):
 
 ** Grammar symbol names can now contain non-initial dashes:
 * Changes in version 2.5 (2011-05-14):
 
 ** Grammar symbol names can now contain non-initial dashes:
index 31eb651f64bd38de1e33e464c7505a6ddd6540c1..2abf9bd64abafeffe4c71d2d3c349ae3d3f87f1b 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Print a version string.
 #! /bin/sh
 # Print a version string.
-scriptversion=2012-02-11.09; # UTC
+scriptversion=2012-04-16.16; # UTC
 
 # Bootstrap this package from checked-out sources.
 
 
 # Bootstrap this package from checked-out sources.
 
@@ -847,7 +847,8 @@ for file in $gnulib_extra_files; do
   esac
   symlink_to_dir "$GNULIB_SRCDIR" $file $dst || exit
 done
   esac
   symlink_to_dir "$GNULIB_SRCDIR" $file $dst || exit
 done
-
+pwd
+set -xv
 if test $with_gettext = yes; then
   # Create gettext configuration.
   echo "$0: Creating po/Makevars from po/Makevars.template ..."
 if test $with_gettext = yes; then
   # Create gettext configuration.
   echo "$0: Creating po/Makevars from po/Makevars.template ..."
@@ -863,6 +864,8 @@ if test $with_gettext = yes; then
     }
   ' po/Makevars.template >po/Makevars || exit 1
 
     }
   ' po/Makevars.template >po/Makevars || exit 1
 
+  cat $build_aux/po/Makefile.in.in > po/Makefile.in.in || exit 1
+
   if test -d runtime-po; then
     # Similarly for runtime-po/Makevars, but not quite the same.
     rm -f runtime-po/Makevars
   if test -d runtime-po; then
     # Similarly for runtime-po/Makevars, but not quite the same.
     rm -f runtime-po/Makevars
diff --git a/gnulib b/gnulib
index 55cc8db041f845c2e82ed10aa192ac200ab3f530..1a0e0aefd4b1fbef0c6e5d990bc01499fd153a0d 160000 (submodule)
--- a/gnulib
+++ b/gnulib
@@ -1 +1 @@
-Subproject commit 55cc8db041f845c2e82ed10aa192ac200ab3f530
+Subproject commit 1a0e0aefd4b1fbef0c6e5d990bc01499fd153a0d