gnustandards-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnustandards/work.s GNUmakefile


From: Karl Berry
Subject: gnustandards/work.s GNUmakefile
Date: Thu, 21 May 2009 18:30:03 +0000

CVSROOT:        /sources/gnustandards
Module name:    gnustandards
Changes by:     Karl Berry <karl>       09/05/21 18:30:03

Modified files:
        work.s         : GNUmakefile 

Log message:
        work around makeinfo toc bug in standalone html toc creation for the 
--version and --help nodes; reported by Noah Slater

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnustandards/work.s/GNUmakefile?cvsroot=gnustandards&r1=1.6&r2=1.7

Patches:
Index: GNUmakefile
===================================================================
RCS file: /sources/gnustandards/gnustandards/work.s/GNUmakefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- GNUmakefile 27 Jul 2008 16:35:00 -0000      1.6
+++ GNUmakefile 21 May 2009 18:30:02 -0000      1.7
@@ -1,4 +1,4 @@
-# Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc.
+# Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
 #
 # Copying and distribution of this file, with or without modification,
 # are permitted in any medium without royalty provided the copyright
@@ -31,6 +31,9 @@
        perl -pi -e 
's,href="\.\./texinfo/,href="/software/texinfo/manual/texinfo/html_node/,g' 
manual/html_node/*.html
        perl -pi -e 
's,href="\.\./autoconf/,href="/software/autoconf/manual/html_node/,g' 
manual/html_node/*.html
 #
+# makeinfo bug in toc creation of standalone html (for --version/help nodes).
+       perl -pi -e 's,#_00,#g_t_00,' manual/standards.html
+#
        gzip -9f <manual/standards.html >manual/standards.html.gz
        cd manual/html_node && tar czf ../standards.html_node.tar.gz -- *.html
 #




reply via email to

[Prev in Thread] Current Thread [Next in Thread]