Mercurial > hg > xemacs-beta
comparison lisp/efs/Makefile @ 118:7d55a9ba150c r20-1b11
Import from CVS: tag r20-1b11
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:24:17 +0200 |
parents | 9f59509498e1 |
children | 2af401a6ecca |
comparison
equal
deleted
inserted
replaced
117:578fd4947a72 | 118:7d55a9ba150c |
---|---|
1 ############################################################################### | 1 ############################################################################### |
2 # | 2 # |
3 # File: Makefile | 3 # File: Makefile |
4 # Release: $efs release: 1.15 $ | 4 # Release: $efs release: 1.15 $ |
5 # Version: $Revision: 1.5 $ | 5 # Version: $Revision: 1.6 $ |
6 # RCS: | 6 # RCS: |
7 # Description: Makefile for byte-compiling efs and dired. | 7 # Description: Makefile for byte-compiling efs and dired. |
8 # Author: Andy Norman, HPLabs, Bristol, UK. | 8 # Author: Andy Norman, HPLabs, Bristol, UK. |
9 # Created: Sat Jan 30 00:18:56 1993 | 9 # Created: Sat Jan 30 00:18:56 1993 |
10 # Language: Text (make script) | 10 # Language: Text (make script) |
143 | 143 |
144 .SUFFIXES: .elc .el .texi .info | 144 .SUFFIXES: .elc .el .texi .info |
145 | 145 |
146 .el.elc: | 146 .el.elc: |
147 BDIR=$(BDIR) CWD=$(CWD) VMDIR=$(VMDIR) \ | 147 BDIR=$(BDIR) CWD=$(CWD) VMDIR=$(VMDIR) \ |
148 $(EMACS) -batch -l $(CWD)/fixup -f batch-byte-compile $(CWD)/$< | 148 $(EMACS) -batch -no-site-file -l $(CWD)/fixup -f batch-byte-compile $(CWD)/$< |
149 | 149 |
150 .texi.info: | 150 .texi.info: |
151 $(EMACS) -batch -f batch-texinfo-format $(CWD)/$< | 151 $(EMACS) -batch -f batch-texinfo-format $(CWD)/$< |
152 | 152 |
153 ## targets | 153 ## targets |