Index: auctex/Makefile.in
diff -u auctex/Makefile.in:1.100 auctex/Makefile.in:1.101
--- auctex/Makefile.in:1.100    Sat Jun  4 09:56:27 2005
+++ auctex/Makefile.in  Wed Jun  8 07:55:23 2005
@@ -19,6 +19,7 @@
 packagedatadir = @[EMAIL PROTECTED](null)
 packagedir = @[EMAIL PROTECTED](null)
 autodir = @[EMAIL PROTECTED](null)
[EMAIL PROTECTED]@
 [EMAIL PROTECTED]@
 styledir = $(packagedatadir)/style
 AUCTEXDATE = @AUCTEXDATE@
@@ -98,11 +99,11 @@
 
 NOSEARCH = style/.nosearch
 
-all:   lisp
+all: lisp docs
        $(DESCEND)
 
-.PHONY: all lisp some install contrib install-el install-lisp \
-       install-contrib install-contrib-el install-info install-auto \
+.PHONY: all lisp docs 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 \
        dist patch tar-ball full-release tar-ball-clean wc
@@ -110,6 +111,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
+
 tex-site.el: tex-site.el.out auto-loads.el Makefile
        cat tex-site.el.out >$@
        test X$(packagedir) != Xno || cat auto-loads.el >>$@
@@ -144,7 +150,7 @@
 
 some:  $(AUCELC) $(STYLEELC)
 
-install:       install-lisp install-info install-images install-startup
+install: install-lisp install-docs install-images install-startup
        $(DESCEND)
        $(MAKE) 'DESTDIR=$(DESTDIR)' install-metadata
 
@@ -212,9 +218,10 @@
          $(INSTALL_DATA) $$x $(DESTDIR)$(packagelispdir) ; \
        done;
 
-install-info:
-       -cd doc; $(MAKE) 'DESTDIR=$(DESTDIR)' install
-
+install-docs:
+       (cd doc ; $(MAKE) DESTDIR=$(DESTDIR) install-auctex); \
+       if test "x$(preview_enabled)" = xyes; then \
+               (cd doc ; $(MAKE) DESTDIR=$(DESTDIR) install-preview); fi
 
 install-auto:
        @echo "Use \"M-x TeX-auto-generate-global RET\" instead."


_______________________________________________
auctex-diffs mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/auctex-diffs

Reply via email to