auctex-commit
[Top][All Lists]
Advanced

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

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


From: Ralf Angeli
Subject: [AUCTeX-commit] Changes to reftex/doc/Makefile,v
Date: Thu, 01 Mar 2007 22:32:59 +0000

CVSROOT:        /sources/auctex
Module name:    reftex
Changes by:     Ralf Angeli <angeli>    07/03/01 22:32:59

Index: Makefile
===================================================================
RCS file: /sources/auctex/reftex/doc/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- Makefile    24 Feb 2007 18:43:03 -0000      1.1
+++ Makefile    1 Mar 2007 22:32:58 -0000       1.2
@@ -24,11 +24,13 @@
 TEXI2DVI=texi2dvi
 TEXI2PDF=texi2dvi --pdf
 MAKEINFO=makeinfo
+MAKEINFO_PLAIN=-D rawfile --no-headers
 TEXI2HTML=makeinfo --no-split --html --number-sections
 DVIPS=dvips
 INSTALL_INFO=install-info
+DISTTEXTS=../CHANGES
 
-.PHONY: all info dvi ps pdf html install
+.PHONY: all info dvi ps pdf html install dist
 
 all: info
 
@@ -57,6 +59,11 @@
 reftex.html: reftex.texi
        $(TEXI2HTML) reftex.texi
 
+../CHANGES: changes.texi
+       $(MAKEINFO) $(MAKEINFO_PLAIN) changes.texi --output $@
+
+dist: $(DISTTEXTS)
+
 install: reftex.info
        if [ ! -d $(infodir) ]; then $(MKDIR) $(infodir); else true; fi ;
        $(CP) reftex.info $(infodir)




reply via email to

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