auctex-diffs
[Top][All Lists]
Advanced

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

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


From: Ralf Angeli
Subject: [AUCTeX-diffs] Changes to auctex/preview/Makefile.in
Date: Wed, 08 Jun 2005 03:36:44 -0400

Index: auctex/preview/Makefile.in
diff -u auctex/preview/Makefile.in:1.73 auctex/preview/Makefile.in:1.74
--- auctex/preview/Makefile.in:1.73     Sat Jun  4 10:40:36 2005
+++ auctex/preview/Makefile.in  Wed Jun  8 07:36:44 2005
@@ -34,7 +34,7 @@
 INSTALL_DATA = @INSTALL_DATA@
 MKINSTALLDIRS = ../mkinstalldirs
 
-all: texmf lisp docs install-hint
+all: texmf lisp install-hint
 
 lisp: $(LISP_OBJS)
        test "x$(packagedir)" != xno || $(MAKE) preview-latex.el
@@ -42,9 +42,6 @@
 texmf: 
        (cd latex ; $(MAKE) all)
 
-docs:
-       (cd doc ; $(MAKE) all)
-
 install-hint:
        @echo 'Congratulations!  Build is complete.'
        @echo 
@@ -53,13 +50,10 @@
 
 
 .PHONY: install install-texmf install-el install-images install-startup \
-       install-nosearch install-docs install-metadata use-hint all lisp texmf 
docs
+       install-nosearch install-metadata use-hint all lisp texmf
 
 install: install-texmf install-el install-nosearch install-images \
-         install-startup install-docs install-metadata use-hint
-
-install-docs:
-       (cd doc ; $(MAKE) DESTDIR=$(DESTDIR) install)
+         install-startup install-metadata use-hint
 
 use-hint:
        @echo "Installation completed."
@@ -133,7 +127,6 @@
 clean:
        rm -f latex.out testdocstrip.tex preview-latex.el
        rm -rf *.prv *.elc *~ *.aux *.dvi *.log 
-       (cd doc ; $(MAKE) clean)
        (cd latex ; $(MAKE) clean)
 
 distclean: clean
@@ -141,6 +134,5 @@
        rm -f Makefile */Makefile auto.el
 
 maintainer-clean: 
-       (cd doc ; $(MAKE) maintainer-clean)
        $(MAKE) distclean
        rm -rf autom4te.cache




reply via email to

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