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: David Kastrup
Subject: [AUCTeX-diffs] Changes to auctex/preview/Makefile.in
Date: Sat, 30 Apr 2005 11:28:07 -0400

Index: auctex/preview/Makefile.in
diff -u auctex/preview/Makefile.in:1.68 auctex/preview/Makefile.in:1.69
--- auctex/preview/Makefile.in:1.68     Mon Apr 18 11:36:45 2005
+++ auctex/preview/Makefile.in  Sat Apr 30 15:28:06 2005
@@ -34,9 +34,9 @@
 INSTALL_DATA = @INSTALL_DATA@
 MKINSTALLDIRS = ./mkinstalldirs
 
-all: texmf elisp docs install-hint
+all: texmf lisp docs install-hint
 
-elisp: $(LISP_OBJS)
+lisp: $(LISP_OBJS)
        if test $(packagedir) = no ; then \
          $(MAKE) preview-latex.el ; \
        fi
@@ -54,10 +54,10 @@
        @echo 'to write to the install directory.'
 
 
-.PHONY: install install-texmf install-el install-icons install-startup \
-       install-nosearch install-docs install-metadata use-hint all elisp texmf 
docs
+.PHONY: install install-texmf install-el install-images install-startup \
+       install-nosearch install-docs install-metadata use-hint all lisp texmf 
docs
 
-install: install-texmf install-el install-nosearch install-icons \
+install: install-texmf install-el install-nosearch install-images \
          install-startup install-docs install-metadata use-hint
 
 install-docs:
@@ -89,7 +89,7 @@
 
 install-metadata:
        if test "x$(packagedir)" != xno ; then \
-         $(ELCC) $(AUCTEX) -l prv-install -f preview-make-package 
$(DESTDIR)$(packagedir) "$(PACKAGE)"  && \
+         $(ELCC) $(AUCTEX) -l preview -l prv-install -f preview-make-package 
$(DESTDIR)$(packagedir) "$(PACKAGE)" preview-release-date auto.el && \
          $(MKINSTALLDIRS) $(DESTDIR)$(packagedir)/pkginfo && \
          cd $(DESTDIR)$(packagedir) && \
          find "etc/$(PACKAGE)" "lisp/$(PACKAGE)" -print 
>"pkginfo/MANIFEST.$(PACKAGE)" && \
@@ -99,7 +99,7 @@
          echo "pkginfo/MANIFEST.$(PACKAGE)" >> "pkginfo/MANIFEST.$(PACKAGE)" ; 
\
        fi
 
-install-icons: $(ICON_SOURCES)
+install-images: $(ICON_SOURCES)
        -$(MKINSTALLDIRS) $(DESTDIR)$(packagedatadir)/images
        for x in $(ICON_SOURCES); do \
          echo $(INSTALL_DATA) $$x $(DESTDIR)$(packagedatadir)/images ; \




reply via email to

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