comparison man/lispref/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 70ad99077275
comparison
equal deleted inserted replaced
192:9d35321dd38c 193:f53b5ca2e663
20 VERSION=2.4 20 VERSION=2.4
21 NAME=lispref 21 NAME=lispref
22 manual = elisp-manual-19-$(VERSION) 22 manual = elisp-manual-19-$(VERSION)
23 23
24 TEXI2DVI = texi2dvi 24 TEXI2DVI = texi2dvi
25 MAKEINFO = makeinfo
25 26
26 # Uncomment this line for permuted index. 27 # Uncomment this line for permuted index.
27 # permuted_index = 1 28 # permuted_index = 1
28 29
29 # List of all the texinfo files in the manual: 30 # List of all the texinfo files in the manual:
44 45
45 all : info 46 all : info
46 info : ../../info/$(NAME).info 47 info : ../../info/$(NAME).info
47 48
48 ../../info/$(NAME).info: $(srcs) index.texi 49 ../../info/$(NAME).info: $(srcs) index.texi
49 makeinfo -o $@ $(NAME).texi 50 $(MAKEINFO) -o $@ $(NAME).texi
50 51
51 dvi: $(NAME).dvi 52 dvi: $(NAME).dvi
52 53
53 $(NAME).dvi: $(srcs) index.texi 54 $(NAME).dvi: $(srcs) index.texi
54 # Avoid losing old contents of aux file entirely. 55 # Avoid losing old contents of aux file entirely.