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: Mon, 17 Mar 2008 17:09:13 +0000

CVSROOT:        /sources/gnustandards
Module name:    gnustandards
Changes by:     Karl Berry <karl>       08/03/17 17:09:13

Modified files:
        work.s         : GNUmakefile 

Log message:
        do not pretend to copy to a local checkout

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

Patches:
Index: GNUmakefile
===================================================================
RCS file: /sources/gnustandards/gnustandards/work.s/GNUmakefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- GNUmakefile 13 Feb 2008 01:07:59 -0000      1.3
+++ GNUmakefile 17 Mar 2008 17:09:13 -0000      1.4
@@ -22,15 +22,21 @@
 # fix cross-manual xrefs.
 # be nice to do this more cleanly later, but needs Texinfo config file, etc.
 c:
+#
+# new-style gendocs.sh, but special location.
+       perl -pi -e 's,href="(maintain).html,href="/prep/\1/\1.html,g' 
manual/standards.html 
+       perl -pi -e 's,href="\.\./(maintain)/,href="/prep/\1/html_node/,g' 
manual/html_node/*.html
+#
+# new-style gendocs.sh
        perl -pi -e 
's,href="\.\./texinfo/,href="/software/texinfo/manual/texinfo/html_node/,g' 
manual/html_node/GNU-Manuals.html
+#
        gzip -9f <manual/standards.html >manual/standards.html.gz
        cd manual/html_node && tar czf ../standards.html_node.tar.gz -- *.html
-       cd manual && for f in `find -type f`; do \
-         cmp -s $$f $$gw/prep/standards/$$f \
-         || echo \cp -f $$f $$gw/prep/standards/$$f -v; done
-# copy to gnulib checkout
-       test ! -d $$gl/doc/ || cp -f standards.texi make-stds.texi $$gl/doc/
-       (cd manual && tar cjf ../s.tbz .)
+#
+# to copy to a local checkout ($gw).
+#      cd manual && for f in `find -type f`; do \
+#        cmp -s $$f $$gw/prep/standards/$$f \
+#        || \cp -f $$f $$gw/prep/standards/$$f -v; done
 
 # then unpack s.tbz in a cvs checkout of www/prep/standards, cvs add any
 # new files, cvs remove any old ones, and cvs commit everything.




reply via email to

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