annotate man/xemacs/Makefile @ 412:697ef44129c6 r21-2-14

Import from CVS: tag r21-2-14
author cvs
date Mon, 13 Aug 2007 11:20:41 +0200
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents:
diff changeset
1 # Makefile for the XEmacs Reference Manual.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents:
diff changeset
2
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents:
diff changeset
3 # This file is part of XEmacs.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents:
diff changeset
4
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents:
diff changeset
5 # XEmacs is free software; you can redistribute it and/or modify it
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents:
diff changeset
6 # under the terms of the GNU General Public License as published by the
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents:
diff changeset
7 # Free Software Foundation; either version 2, or (at your option) any
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents:
diff changeset
8 # later version.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents:
diff changeset
9
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents:
diff changeset
10 # XEmacs is distributed in the hope that it will be useful, but WITHOUT
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents:
diff changeset
11 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents:
diff changeset
12 # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents:
diff changeset
13 # for more details.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents:
diff changeset
14
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents:
diff changeset
15 # You should have received a copy of the GNU General Public License
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents:
diff changeset
16 # along with XEmacs; see the file COPYING. If not, write to
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents:
diff changeset
17 # the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents:
diff changeset
18 # Boston, MA 02111-1307, USA.
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents:
diff changeset
19
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents:
diff changeset
20 # Modified by Ben Wing, February 1994
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents:
diff changeset
21
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents:
diff changeset
22 NAME=xemacs
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents:
diff changeset
23
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents:
diff changeset
24 MAKEINFO = makeinfo
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents:
diff changeset
25 TEXI2DVI = texi2dvi
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents:
diff changeset
26
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents:
diff changeset
27 # List of all the texinfo files in the manual:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents:
diff changeset
28
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents:
diff changeset
29 srcs = xemacs.texi abbrevs.texi basic.texi buffers.texi building.texi \
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents:
diff changeset
30 calendar.texi cmdargs.texi custom.texi display.texi entering.texi \
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents:
diff changeset
31 files.texi fixit.texi glossary.texi gnu.texi help.texi indent.texi \
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents:
diff changeset
32 keystrokes.texi killing.texi xemacs.texi m-x.texi major.texi mark.texi \
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents:
diff changeset
33 menus.texi mini.texi misc.texi mouse.texi new.texi picture.texi \
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents:
diff changeset
34 programs.texi reading.texi regs.texi frame.texi search.texi sending.texi \
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents:
diff changeset
35 text.texi trouble.texi undo.texi windows.texi
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents:
diff changeset
36
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents:
diff changeset
37 all : info
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents:
diff changeset
38 info : ../../info/$(NAME).info
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents:
diff changeset
39
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents:
diff changeset
40 dvi: $(NAME).dvi
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents:
diff changeset
41 .texi.dvi :
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents:
diff changeset
42 $(TEXI2DVI) $<
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents:
diff changeset
43
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents:
diff changeset
44 ../../info/$(NAME).info: $(srcs)
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents:
diff changeset
45 $(MAKEINFO) -o $@ $(NAME).texi
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents:
diff changeset
46
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents:
diff changeset
47 .PHONY: mostlyclean clean distclean realclean extraclean
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents:
diff changeset
48 mostlyclean:
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents:
diff changeset
49 rm -f *.toc *.aux *.oaux *.log *.cp *.cps *.fn *.fns *.tp *.tps \
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents:
diff changeset
50 *.vr *.vrs *.pg *.pgs *.ky *.kys
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents:
diff changeset
51 clean: mostlyclean
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents:
diff changeset
52 rm -f *.dvi *.ps make.out core
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents:
diff changeset
53 distclean: clean
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents:
diff changeset
54 realclean: distclean
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents:
diff changeset
55 extraclean: distclean
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents:
diff changeset
56 -rm -f *~ \#*