Mercurial > hg > xemacs-beta
comparison man/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 |
---|---|
24 SHELL = /bin/sh | 24 SHELL = /bin/sh |
25 | 25 |
26 EMACS = xemacs | 26 EMACS = xemacs |
27 EMACSFLAGS = -batch -q -no-site-file | 27 EMACSFLAGS = -batch -q -no-site-file |
28 | 28 |
29 # Implies makeinfo-1.64 | 29 # NOTE: You *must* have a patched makeinfo-1.67 or later to rebuild the |
30 # info tree. | |
30 MAKEINFO = makeinfo | 31 MAKEINFO = makeinfo |
31 # Implies makeinfo-1.67 | |
32 NEWMAKEINFO = makeinfo-1.67 | |
33 | 32 |
34 .SUFFIXES: .info .texi .dvi | 33 .SUFFIXES: .info .texi .dvi |
35 | 34 |
36 # Subdirectories to make recursively. | 35 # Subdirectories to make recursively. |
37 SUBDIR = xemacs lispref new-users-guide internals tm auctex | 36 SUBDIR = xemacs lispref new-users-guide internals tm auctex |
67 auctex: FORCE | 66 auctex: FORCE |
68 -cd $@ && $(MAKE) $(MFLAGS) | 67 -cd $@ && $(MAKE) $(MFLAGS) |
69 FORCE : | 68 FORCE : |
70 | 69 |
71 ../info/w3.info : w3.texi | 70 ../info/w3.info : w3.texi |
72 -$(NEWMAKEINFO) w3.texi -o ../info/w3.info | 71 -$(MAKEINFO) w3.texi -o ../info/w3.info |
73 | 72 |
74 ../info/texinfo.info : texinfo.texi | 73 ../info/texinfo.info : texinfo.texi |
75 -$(NEWMAKEINFO) texinfo.texi -o ../info/texinfo.info | 74 -$(MAKEINFO) texinfo.texi -o ../info/texinfo.info |
76 | 75 |
77 | 76 |
78 ../info/vm.info : vm.texi | 77 ../info/vm.info : vm.texi |
79 -$(EMACS) $(EMACSFLAGS) -insert vm.texi -l texinfmt \ | 78 -$(EMACS) $(EMACSFLAGS) -insert vm.texi -l texinfmt \ |
80 -f texinfo-format-buffer -f save-buffer | 79 -f texinfo-format-buffer -f save-buffer |