Mercurial > hg > xemacs-beta
diff lisp/auctex/Makefile @ 26:441bb1e64a06 r19-15b96
Import from CVS: tag r19-15b96
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:51:32 +0200 |
parents | 4103f0995bd7 |
children | ec9a17fef872 |
line wrap: on
line diff
--- a/lisp/auctex/Makefile Mon Aug 13 08:51:05 2007 +0200 +++ b/lisp/auctex/Makefile Mon Aug 13 08:51:32 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 \