comparison man/internals/Makefile @ 70:131b0175ea99 r20-0b30

Import from CVS: tag r20-0b30
author cvs
date Mon, 13 Aug 2007 09:02:59 +0200
parents 8d2a9b52c682
children 7d55a9ba150c
comparison
equal deleted inserted replaced
69:804d1389bcd6 70:131b0175ea99
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
23 manual = xemacs-internals-manual-19-$(VERSION) 22 manual = xemacs-internals-manual-19-$(VERSION)
24 23
25 # Uncomment this line for permuted index. 24 # Uncomment this line for permuted index.
26 # permuted_index = 1 25 # permuted_index = 1
27 26
31 30
32 all : info 31 all : info
33 info : ../../info/$(NAME).info 32 info : ../../info/$(NAME).info
34 33
35 ../../info/$(NAME).info: $(srcs) index.texi 34 ../../info/$(NAME).info: $(srcs) index.texi
36 $(MAKEINFO) $(NAME).texi 35 makeinfo $(NAME).texi
37 36
38 dvi : $(NAME).dvi 37 dvi : $(NAME).dvi
39 38
40 $(NAME).dvi: $(srcs) index.texi 39 $(NAME).dvi: $(srcs) index.texi
41 # Avoid losing old contents of aux file entirely. 40 # Avoid losing old contents of aux file entirely.