auctex-commit
[Top][All Lists]
Advanced

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

[AUCTeX-commit] Changes to reftex/Makefile,v


From: Ralf Angeli
Subject: [AUCTeX-commit] Changes to reftex/Makefile,v
Date: Wed, 11 Apr 2007 20:21:56 +0000

CVSROOT:        /sources/auctex
Module name:    reftex
Changes by:     Ralf Angeli <angeli>    07/04/11 20:21:56

Index: Makefile
===================================================================
RCS file: /sources/auctex/reftex/Makefile,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- Makefile    10 Apr 2007 19:09:43 -0000      1.10
+++ Makefile    11 Apr 2007 20:21:56 -0000      1.11
@@ -63,7 +63,7 @@
 .SUFFIXES: .el .elc .texi
 
 .PHONY: all install lisp info dvi ps pdf html dist clean maintainer-clean \
-       release-commit release-sign release-upload
+       release-commit release-sign release-upload www-doc
 
 all: lisp
 
@@ -157,3 +157,17 @@
 release-upload:
        @if [ "X$(TAG)" = "X" ]; then echo "*** No tag ***"; exit 1; fi
        ncftpput ftp-upload.gnu.org /incoming/ftp reftex-$(TAG).tar.gz*
+
+www-doc: dist
+       rm -rf www-doc
+       mkdir -p www-doc
+       $(CP) reftex-$(TAG)/doc/*.texi www-doc
+       cd www-doc \
+       && wget -O gendocs.sh 
'http://savannah.gnu.org/cgi-bin/viewcvs/%2acheckout%2a/texinfo/texinfo/util/gendocs.sh?rev=HEAD'
 \
+       && patch <$(GENDOCSPATCH) \
+       && chmod u+x gendocs.sh \
+       && wget -O gendocs_template 
'http://savannah.gnu.org/cgi-bin/viewcvs/%2acheckout%2a/texinfo/texinfo/util/gendocs_template?rev=HEAD'
 \
+       && sed -i -e 's/html_node\/index\.html/%%PACKAGE%%\/index.html/' 
gendocs_template \
+       && mkdir .texinfo \
+       && echo -e "emacs split 
http://www.gnu.org/software/emacs/manual/html_node/\nemacs mono 
http://www.gnu.org/software/emacs/manual/emacs.html\nauctex mono 
http://www.gnu.org/software/auctex/manual/auctex.html\nauctex split 
http://www.gnu.org/software/auctex/manual/auctex/\n"; > .texinfo/htmlxref.cnf \
+       && ./gendocs.sh reftex "RefTeX Manual"




reply via email to

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