Mercurial > hg > xemacs-beta
comparison man/xemacs/Makefile @ 193:f53b5ca2e663 r20-3b23
Import from CVS: tag r20-3b23
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:58:30 +0200 |
parents | 8eaf7971accc |
children |
comparison
equal
deleted
inserted
replaced
192:9d35321dd38c | 193:f53b5ca2e663 |
---|---|
19 | 19 |
20 # Modified by Ben Wing, February 1994 | 20 # Modified by Ben Wing, February 1994 |
21 | 21 |
22 NAME=xemacs | 22 NAME=xemacs |
23 | 23 |
24 MAKEINFO = makeinfo | |
24 TEXI2DVI = texi2dvi | 25 TEXI2DVI = texi2dvi |
25 | 26 |
26 # List of all the texinfo files in the manual: | 27 # List of all the texinfo files in the manual: |
27 | 28 |
28 srcs = xemacs.texi abbrevs.texi basic.texi buffers.texi building.texi \ | 29 srcs = xemacs.texi abbrevs.texi basic.texi buffers.texi building.texi \ |
39 dvi: $(NAME).dvi | 40 dvi: $(NAME).dvi |
40 .texi.dvi : | 41 .texi.dvi : |
41 $(TEXI2DVI) $< | 42 $(TEXI2DVI) $< |
42 | 43 |
43 ../../info/$(NAME).info: $(srcs) | 44 ../../info/$(NAME).info: $(srcs) |
44 makeinfo -o $@ $(NAME).texi | 45 $(MAKEINFO) -o $@ $(NAME).texi |
45 | 46 |
46 .PHONY: mostlyclean clean distclean realclean extraclean | 47 .PHONY: mostlyclean clean distclean realclean extraclean |
47 mostlyclean: | 48 mostlyclean: |
48 rm -f *.toc *.aux *.oaux *.log *.cp *.cps *.fn *.fns *.tp *.tps \ | 49 rm -f *.toc *.aux *.oaux *.log *.cp *.cps *.fn *.fns *.tp *.tps \ |
49 *.vr *.vrs *.pg *.pgs *.ky *.kys | 50 *.vr *.vrs *.pg *.pgs *.ky *.kys |