comparison man/Makefile @ 100:4be1180a9e89 r20-1b2

Import from CVS: tag r20-1b2
author cvs
date Mon, 13 Aug 2007 09:15:11 +0200
parents 0d2f883870bc
children 360340f9fd5f
comparison
equal deleted inserted replaced
99:2d83cbd90d8d 100:4be1180a9e89
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