auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] Changes to auctex/doc/Makefile.in


From: David Kastrup
Subject: [AUCTeX-diffs] Changes to auctex/doc/Makefile.in
Date: Wed, 27 Apr 2005 21:45:00 -0400

Index: auctex/doc/Makefile.in
diff -u auctex/doc/Makefile.in:1.23 auctex/doc/Makefile.in:1.24
--- auctex/doc/Makefile.in:1.23 Thu Feb 10 23:51:16 2005
+++ auctex/doc/Makefile.in      Thu Apr 28 01:44:59 2005
@@ -1,4 +1,3 @@
address@hidden@
 address@hidden@$(null)
 address@hidden@$(null)
 address@hidden@$(null)
@@ -17,12 +16,15 @@
 address@hidden@
 TEXIFILES = auctex.texi install.texi wininstall.texi intro.texi \
        changes.texi todo.texi faq.texi macros.texi quickstart.texi
+DISTTEXTS = ../README ../INSTALL ../TODO ../INSTALL.windows ../FAQ ../CHANGES
 
 all: auctex.dvi tex-ref.dvi auctex.info
 
 dist: auctex.info INSTALL INSTALL.windows README CHANGES TODO FAQ \
        html/auctex_toc.html auctex.ps auctex.pdf tex-ref.ps tex-ref.pdf
 
+.PHONY: all dist install disttexts clean distclean maintainer-clean
+
 html/auctex_toc.html: auctex.texi
        rm -rf html
        mkdir html
@@ -49,35 +51,33 @@
        $(DVIPS) auctex.dvi -Ppdf -o auctex.ps
 
 auctex.info: $(TEXIFILES)
-       -$(MAKEINFO) auctex.texi
+       $(MAKEINFO) auctex.texi
+
+../INSTALL: install.texi
+       $(MAKEINFO) -D rawfile --no-headers  \
+               install.texi --output $@
+
+../INSTALL.windows: wininstall.texi
+       $(MAKEINFO) -D rawfile --no-headers  \
+               wininstall.texi --output $@
+
+../README: intro.texi
+       $(MAKEINFO) -D rawfile --no-headers  \
+               intro.texi --output $@
+
+../CHANGES: changes.texi
+       $(MAKEINFO) -D rawfile --no-headers  \
+               changes.texi --output $@
 
-INSTALL: install.texi
-       -$(MAKEINFO) -D rawfile --no-headers --no-validate \
-               install.texi --output INSTALL
-
-INSTALL.windows: wininstall.texi
-       -$(MAKEINFO) -D rawfile --no-headers --no-validate \
-               wininstall.texi --output INSTALL.windows
-
-README: intro.texi
-       -$(MAKEINFO) -D rawfile --no-headers --no-validate \
-               intro.texi --output README
-
-CHANGES: changes.texi
-       -$(MAKEINFO) -D rawfile --no-headers --no-validate \
-               changes.texi --output CHANGES
-
-HISTORY: history.texi
-       -$(MAKEINFO) -D rawfile --no-headers --no-validate \
-               history.texi --output HISTORY
-
-TODO: todo.texi macros.texi
-       -$(MAKEINFO) -D rawfile --no-headers --no-validate \
-               todo.texi --output TODO
-
-FAQ: faq.texi macros.texi
-       -$(MAKEINFO) -D rawfile --no-headers --no-validate \
-               faq.texi --output FAQ
+../TODO: todo.texi macros.texi
+       $(MAKEINFO) -D rawfile --no-headers  \
+               todo.texi --output $@
+
+../FAQ: faq.texi macros.texi
+       $(MAKEINFO) -D rawfile --no-headers  \
+               faq.texi --output $@
+
+disttexts: $(DISTTEXTS)
 
 install: auctex.info
        -$(MKINSTALLDIRS) $(DESTDIR)$(infodir)
@@ -94,8 +94,11 @@
        rm -f *.dvi *.ps *.pdf *.aux *.cp *.fn *.info *.ky *.log *~ \#*\# \
                *.tp *.vr *.pg *.toc *.tp *.bak *.cps *.kys *.tps \
                *.fns *.vrs *.pgs *.tmp auctex.info auctex.info-* *.html \
-               INSTALL INSTALL.windows README CHANGES HISTORY TODO FAQ
        rm -rf html
 
 distclean: clean
        rm -f Makefile
+
+maintainer-clean: distclean
+       rm -rf ../INSTALL INSTALL.windows README CHANGES HISTORY TODO FAQ
+




reply via email to

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