Mercurial > hg > xemacs-beta
comparison man/Makefile @ 227:0e522484dd2a r20-5b12
Import from CVS: tag r20-5b12
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:12:37 +0200 |
parents | 2c611d1463a6 |
children | 434959a2fba3 |
comparison
equal
deleted
inserted
replaced
226:eea38c7ad7b4 | 227:0e522484dd2a |
---|---|
35 .SUFFIXES: .info .texi .dvi | 35 .SUFFIXES: .info .texi .dvi |
36 | 36 |
37 RECURSIVE_MAKE = $(MAKE) $(MFLAGS) MAKEINFO='$(MAKEINFO)' TEXI2DVI='$(TEXI2DVI)' | 37 RECURSIVE_MAKE = $(MAKE) $(MFLAGS) MAKEINFO='$(MAKEINFO)' TEXI2DVI='$(TEXI2DVI)' |
38 | 38 |
39 # Subdirectories to make recursively. | 39 # Subdirectories to make recursively. |
40 SUBDIR = xemacs lispref new-users-guide internals gnats skk | 40 SUBDIR = xemacs lispref new-users-guide internals |
41 | 41 |
42 ../info/%.info : %.texi | 42 ../info/%.info : %.texi |
43 -$(MAKEINFO) -o $@ $< | 43 -$(MAKEINFO) -o $@ $< |
44 | 44 |
45 srcs = cl custom external-widget forms \ | 45 srcs = cl custom external-widget forms \ |