m4-commit
[Top][All Lists]
Advanced

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

Changes to m4/Attic/Makefile.maint,v [branch-1_4]


From: Eric Blake
Subject: Changes to m4/Attic/Makefile.maint,v [branch-1_4]
Date: Thu, 13 Jul 2006 12:50:48 +0000

CVSROOT:        /sources/m4
Module name:    m4
Branch:         branch-1_4
Changes by:     Eric Blake <ericb>      06/07/13 12:50:47

Index: Makefile.maint
===================================================================
RCS file: /sources/m4/m4/Attic/Makefile.maint,v
retrieving revision 1.1.2.5
retrieving revision 1.1.2.6
diff -u -b -r1.1.2.5 -r1.1.2.6
--- Makefile.maint      2 Jul 2006 01:34:24 -0000       1.1.2.5
+++ Makefile.maint      13 Jul 2006 12:50:47 -0000      1.1.2.6
@@ -93,9 +93,7 @@
        (cd Fetchdir && \
        $(WGETSGO)/autoconf/autoconf/INSTALL; \
        $(WGETSGO)/automake/automake/lib/install-sh; \
-       $(WGETSGO)/texinfo/texinfo/doc/texinfo.tex; \
-       $(WGETSGO)/texinfo/texinfo/util/gendocs.sh; \
-       $(WGETSGO)/texinfo/texinfo/util/gendocs_template; )
+       $(WGETSGO)/texinfo/texinfo/doc/texinfo.tex; )
 ## Don't exit after test because we want to give as many errors as
 ## possible.
        @stat=0; for file in $(FETCHFILES); do \
@@ -198,12 +196,7 @@
 
 .PHONY: web-manual
 web-manual:
-       @ln -s `cd $(srcdir) && pwd`/doc/$(PACKAGE).texinfo doc/$(PACKAGE).texi
-       @ln -s `cd $(srcdir) && pwd`/doc/version.texi doc/version.texi
-       @ln -s `pwd`/Fetchdir/gendocs.sh doc/gendocs.sh
-       @ln -s `pwd`/Fetchdir/gendocs_template doc/gendocs_template
-       @cd doc; \
-         $(SHELL) ./gendocs.sh $(PACKAGE) "GNU $(PACKAGE) - GNU macro 
processor"
-       @rm -rf doc/$(PACKAGE).texi doc/version.texi doc/gendocs* manual
-       @mv -f doc/manual .
-       @echo " *** Upload the manual directory to web-cvs."
+       @cd ./doc; \
+         $(SHELL) "$(abs_srcdir)/gendocs.sh" $(PACKAGE) \
+           "GNU $(PACKAGE)- GNU macro processor"
+       @echo " *** Upload the doc/manual directory to web-cvs."




reply via email to

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