Mercurial > hg > xemacs-beta
comparison lisp/w3/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 | cca96a509cfe |
comparison
equal
deleted
inserted
replaced
117:578fd4947a72 | 118:7d55a9ba150c |
---|---|
15 RM = rm -f | 15 RM = rm -f |
16 CP = cp | 16 CP = cp |
17 | 17 |
18 # Change this to be how to convert texinfo files into info files | 18 # Change this to be how to convert texinfo files into info files |
19 # examples: | 19 # examples: |
20 # $(EMACS) -batch -q -f batch-texinfo-format | 20 # $(EMACS) -batch -q -l texinfmt -f batch-texinfo-format |
21 # makeinfo | 21 # makeinfo |
22 MAKEINFO = makeinfo | 22 MAKEINFO = makeinfo |
23 | 23 |
24 ############## no user servicable parts beyond this point ################### | 24 ############## no user servicable parts beyond this point ################### |
25 # Have to preload a few things to get a nice clean compile | 25 # Have to preload a few things to get a nice clean compile |