comparison 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
comparison
equal deleted inserted replaced
101:a0ec055d74dd 102:a145efe76779
1 # Makefile - for the AUC TeX distribution. 1 # Makefile - for the AUC TeX distribution.
2 # 2 #
3 # Maintainer: Per Abrahamsen <auc-tex@sunsite.auc.dk> 3 # Maintainer: Per Abrahamsen <auc-tex@sunsite.auc.dk>
4 # Version: 9.7i 4 # Version: 9.7k
5 # 5 #
6 # Edit the makefile, type `make', and follow the instructions. 6 # Edit the makefile, type `make', and follow the instructions.
7 7
8 ##---------------------------------------------------------------------- 8 ##----------------------------------------------------------------------
9 ## YOU MUST EDIT THE FOLLOWING LINES 9 ## YOU MUST EDIT THE FOLLOWING LINES
96 all: lisp 96 all: lisp
97 97
98 lisp: 98 lisp:
99 $(ELC) $(AUCSRC) $(STYLESRC) $(CONTRIB) 99 $(ELC) $(AUCSRC) $(STYLESRC) $(CONTRIB)
100 100
101 some: $(AUCELC) style/*.elc
102
101 install: install-lisp 103 install: install-lisp
102
103 tex.elc: tex.el
104 $(ELC) $(AUCSRC) $(STYLESRC)
105 104
106 contrib: 105 contrib:
107 $(ELC) bib-cite.el 106 $(ELC) bib-cite.el
108 $(ELC) font-latex.el 107 $(ELC) font-latex.el
109 # $(ELC) tex-jp.el # Doesn't compile without MULE 108 # $(ELC) tex-jp.el # Doesn't compile without MULE
110 # $(ELC) hilit-LaTeX.el # Doesn't compile without X 109 # $(ELC) hilit-LaTeX.el # Doesn't compile without X
111 110
112 install-lisp: tex.elc 111 install-lisp: some
113 if [ ! -d $(lispdir) ]; then mkdir $(lispdir); else true; fi ; 112 if [ ! -d $(lispdir) ]; then mkdir $(lispdir); else true; fi ;
114 if [ -f $(lispdir)/tex-site.el ]; \ 113 if [ -f $(lispdir)/tex-site.el ]; \
115 then \ 114 then \
116 echo "Leaving old tex-site.el alone."; \ 115 echo "Leaving old tex-site.el alone."; \
117 else \ 116 else \