auctex-diffs
[Top][All Lists]
Advanced

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

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


From: Ralf Angeli
Subject: [AUCTeX-diffs] Changes to auctex/Makefile.in
Date: Tue, 14 Jun 2005 03:33:28 -0400

Index: auctex/Makefile.in
diff -u auctex/Makefile.in:1.104 auctex/Makefile.in:1.105
--- auctex/Makefile.in:1.104    Mon Jun 13 23:20:15 2005
+++ auctex/Makefile.in  Tue Jun 14 07:33:27 2005
@@ -101,10 +101,10 @@
 
 NOSEARCH = style/.nosearch
 
-all: lisp docs
+all: lisp
        $(DESCEND)
 
-.PHONY: all lisp docs some install contrib install-el install-lisp \
+.PHONY: all lisp info dvi some install contrib install-el install-lisp \
        install-contrib install-contrib-el install-docs install-auto \
        install-metadata install-startup \
        clean distclean snapshot check-dist release-commit \
@@ -113,10 +113,11 @@
 lisp:  tex-site.el $(AUCSRC)
        $(ELCC) -f batch-byte-compile $(AUCSRC) $(STYLESRC)
 
-docs:
-       (cd doc ; $(MAKE) auctex)
-       if test "x$(preview_enabled)" = xyes; then \
-               (cd doc; $(MAKE) preview); fi
+info:
+       (cd doc ; $(MAKE) info)
+
+dvi:
+       (cd doc ; $(MAKE) dvi)
 
 tex-site.el: tex-site.el.out auto-loads.el Makefile
        cat tex-site.el.out >$@
@@ -302,7 +303,7 @@
        -zip -r $(FTPDIR)/auctex-$(TAG).zip auctex-$(TAG)
        cp auctex-$(TAG)/CHANGES $(FTPDIR)/CHANGES
        cp auctex-$(TAG)/RELEASE $(FTPDIR)/RELEASE-$(TAG)
-       cd doc && $(MAKE) extradist
+       cd doc && $(MAKE) dist extradist
        cp doc/auctex.ps doc/auctex.pdf doc/tex-ref.ps doc/tex-ref.pdf $(FTPDIR)
        cp ChangeLog $(FTPDIR)
        cp doc/html/*.html $(WWWDIR)/doc




reply via email to

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