Mercurial > hg > xemacs-beta
comparison lisp/auctex/Makefile @ 30:ec9a17fef872 r19-15b98
Import from CVS: tag r19-15b98
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:52:29 +0200 |
parents | 441bb1e64a06 |
children | ee648375d8d6 |
comparison
equal
deleted
inserted
replaced
29:7976500f47f9 | 30:ec9a17fef872 |
---|---|
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.7k | 4 # Version: 9.7l |
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 |
54 CP = cp -p | 54 CP = cp -p |
55 | 55 |
56 ##---------------------------------------------------------------------- | 56 ##---------------------------------------------------------------------- |
57 ## BELOW THIS LINE ON YOUR OWN RISK! | 57 ## BELOW THIS LINE ON YOUR OWN RISK! |
58 ##---------------------------------------------------------------------- | 58 ##---------------------------------------------------------------------- |
59 | |
60 .SUFFIXES: .el .elc .texi | |
59 | 61 |
60 SHELL = /bin/sh | 62 SHELL = /bin/sh |
61 | 63 |
62 FTPDIR = /home/ftp/pub/Staff/Per.Abrahamsen/auctex | 64 FTPDIR = /home/ftp/pub/Staff/Per.Abrahamsen/auctex |
63 #FTPDIR = /home/ftp/pub/Staff/Per.Abrahamsen/mirror/ftp/auctex | 65 #FTPDIR = /home/ftp/pub/Staff/Per.Abrahamsen/mirror/ftp/auctex |
96 all: lisp | 98 all: lisp |
97 | 99 |
98 lisp: | 100 lisp: |
99 $(ELC) $(AUCSRC) $(STYLESRC) $(CONTRIB) | 101 $(ELC) $(AUCSRC) $(STYLESRC) $(CONTRIB) |
100 | 102 |
101 some: $(AUCELC) style/*.elc | 103 some: $(AUCELC) $(STYLESRC:.el=.elc) |
102 | 104 |
103 install: install-lisp | 105 install: install-lisp |
104 | 106 |
105 contrib: | 107 contrib: |
106 $(ELC) bib-cite.el | 108 $(ELC) bib-cite.el |