comparison 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
comparison
equal deleted inserted replaced
25:383a494979f8 26:441bb1e64a06
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 \