Mercurial > hg > xemacs-beta
comparison man/Makefile @ 24:4103f0995bd7 r19-15b95
Import from CVS: tag r19-15b95
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:51:03 +0200 |
parents | 8fc7fe29b841 |
children | ec9a17fef872 |
comparison
equal
deleted
inserted
replaced
23:0edd3412f124 | 24:4103f0995bd7 |
---|---|
24 SHELL = /bin/sh | 24 SHELL = /bin/sh |
25 | 25 |
26 .SUFFIXES: .info .texi .dvi | 26 .SUFFIXES: .info .texi .dvi |
27 | 27 |
28 # Subdirectories to make recursively. | 28 # Subdirectories to make recursively. |
29 SUBDIR = xemacs lispref new-users-guide internals tm | 29 SUBDIR = xemacs lispref new-users-guide internals tm auctex |
30 | 30 |
31 ../info/%.info : %.texi | 31 ../info/%.info : %.texi |
32 makeinfo -o $@ $< | 32 makeinfo -o $@ $< |
33 | 33 |
34 # hyperbole and oo-browser manuals broken - do not TeX properly | 34 # hyperbole and oo-browser manuals broken - do not TeX properly |
51 new-users-guide: FORCE | 51 new-users-guide: FORCE |
52 cd $@ && $(MAKE) $(MFLAGS) | 52 cd $@ && $(MAKE) $(MFLAGS) |
53 internals: FORCE | 53 internals: FORCE |
54 cd $@ && $(MAKE) $(MFLAGS) | 54 cd $@ && $(MAKE) $(MFLAGS) |
55 tm: FORCE | 55 tm: FORCE |
56 cd $@ && $(MAKE) $(MFLAGS) | |
57 auctex: FORCE | |
56 cd $@ && $(MAKE) $(MFLAGS) | 58 cd $@ && $(MAKE) $(MFLAGS) |
57 FORCE : | 59 FORCE : |
58 | 60 |
59 PERL = perl | 61 PERL = perl |
60 TEXI2DVI = texi2dvi | 62 TEXI2DVI = texi2dvi |