diff lisp/auctex/Makefile @ 102:a145efe76779 r20-1b3

Import from CVS: tag r20-1b3
author cvs
date Mon, 13 Aug 2007 09:15:49 +0200
parents 4be1180a9e89
children 360340f9fd5f
line wrap: on
line diff
--- a/lisp/auctex/Makefile	Mon Aug 13 09:15:13 2007 +0200
+++ b/lisp/auctex/Makefile	Mon Aug 13 09:15:49 2007 +0200
@@ -1,7 +1,7 @@
 # Makefile - for the AUC TeX distribution.
 #
 # Maintainer: Per Abrahamsen <auc-tex@sunsite.auc.dk>
-# Version: 9.7i
+# Version: 9.7k
 #
 # Edit the makefile, type `make', and follow the instructions.
 
@@ -98,10 +98,9 @@
 lisp:
 	$(ELC) $(AUCSRC) $(STYLESRC) $(CONTRIB)
 
-install:	install-lisp
+some:	$(AUCELC) style/*.elc
 
-tex.elc:	tex.el
-	$(ELC) $(AUCSRC) $(STYLESRC)
+install:	install-lisp
 
 contrib:
 	$(ELC) bib-cite.el
@@ -109,7 +108,7 @@
 # 	$(ELC) tex-jp.el              # Doesn't compile without MULE
 # 	$(ELC) hilit-LaTeX.el         # Doesn't compile without X
 
-install-lisp:	tex.elc
+install-lisp:	some
 	if [ ! -d $(lispdir) ]; then mkdir $(lispdir); else true; fi ;
 	if [ -f $(lispdir)/tex-site.el ]; \
 	then \