Mercurial > hg > xemacs-beta
comparison man/internals/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 VERSION=1.0 | 20 VERSION=1.0 |
21 NAME=internals | 21 NAME=internals |
22 manual = xemacs-internals-manual-19-$(VERSION) | 22 manual = xemacs-internals-manual-19-$(VERSION) |
23 | 23 |
24 TEXI2DVI = texi2dvi | |
25 MAKEINFO = makeinfo | |
26 | |
24 # Uncomment this line for permuted index. | 27 # Uncomment this line for permuted index. |
25 # permuted_index = 1 | 28 # permuted_index = 1 |
26 | 29 |
27 # List of all the texinfo files in the manual: | 30 # List of all the texinfo files in the manual: |
28 | 31 |
30 | 33 |
31 all : info | 34 all : info |
32 info : ../../info/$(NAME).info | 35 info : ../../info/$(NAME).info |
33 | 36 |
34 ../../info/$(NAME).info: $(srcs) index.texi | 37 ../../info/$(NAME).info: $(srcs) index.texi |
38 @echo "Expect a coredump if you are not using makeinfo 1.68 (or later)" | |
35 $(MAKEINFO) $(NAME).texi | 39 $(MAKEINFO) $(NAME).texi |
40 @rm -f core | |
36 | 41 |
37 dvi : $(NAME).dvi | 42 dvi : $(NAME).dvi |
38 | 43 |
39 $(NAME).dvi: $(srcs) index.texi | 44 $(NAME).dvi: $(srcs) index.texi |
40 # Avoid losing old contents of aux file entirely. | 45 # Avoid losing old contents of aux file entirely. |