Mercurial > hg > xemacs-beta
comparison man/internals/Makefile @ 44:8d2a9b52c682 r19-15prefinal
Import from CVS: tag r19-15prefinal
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:55:10 +0200 |
parents | 4b173ad71786 |
children | 131b0175ea99 |
comparison
equal
deleted
inserted
replaced
43:23cafc5d2038 | 44:8d2a9b52c682 |
---|---|
17 # the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 17 # the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
18 # Boston, MA 02111-1307, USA. | 18 # Boston, MA 02111-1307, USA. |
19 | 19 |
20 VERSION=1.0 | 20 VERSION=1.0 |
21 NAME=internals | 21 NAME=internals |
22 MAKEINFO = makeinfo | |
22 manual = xemacs-internals-manual-19-$(VERSION) | 23 manual = xemacs-internals-manual-19-$(VERSION) |
23 | 24 |
24 # Uncomment this line for permuted index. | 25 # Uncomment this line for permuted index. |
25 # permuted_index = 1 | 26 # permuted_index = 1 |
26 | 27 |
30 | 31 |
31 all : info | 32 all : info |
32 info : ../../info/$(NAME).info | 33 info : ../../info/$(NAME).info |
33 | 34 |
34 ../../info/$(NAME).info: $(srcs) index.texi | 35 ../../info/$(NAME).info: $(srcs) index.texi |
35 makeinfo $(NAME).texi | 36 $(MAKEINFO) $(NAME).texi |
36 | 37 |
37 dvi : $(NAME).dvi | 38 dvi : $(NAME).dvi |
38 | 39 |
39 $(NAME).dvi: $(srcs) index.texi | 40 $(NAME).dvi: $(srcs) index.texi |
40 # Avoid losing old contents of aux file entirely. | 41 # Avoid losing old contents of aux file entirely. |