Switch to recommended form of GPLv3 permissions notice.
[bpt/emacs.git] / doc / emacs / Makefile.in
CommitLineData
df42eec6 1#### Makefile for the Emacs Manual
8cf51b2c
GM
2
3# Copyright (C) 1994, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
1d51ea25 4# 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
8cf51b2c
GM
5
6# This file is part of GNU Emacs.
7
8# GNU Emacs is free software; you can redistribute it and/or modify
9# it under the terms of the GNU General Public License as published by
10# the Free Software Foundation; either version 3, or (at your option)
11# any later version.
12
13# GNU Emacs is distributed in the hope that it will be useful,
14# but WITHOUT ANY WARRANTY; without even the implied warranty of
15# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16# GNU General Public License for more details.
17
18# You should have received a copy of the GNU General Public License
19# along with GNU Emacs; see the file COPYING. If not, write to
20# the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
21# Boston, MA 02110-1301, USA.
22
23# Where to find the source code. $(srcdir) will be the man
24# subdirectory of the source tree. This is
25# set by the configure script's `--srcdir' option.
26srcdir=@srcdir@
27top_srcdir=@top_srcdir@
28
29# Tell make where to find source files; this is needed for the makefiles.
30VPATH=@srcdir@
31
df42eec6
GM
32## Where the output files go.
33## Note that the setfilename command in the .texi files assumes this.
34infodir=../../info
8cf51b2c
GM
35
36# The makeinfo program is part of the Texinfo distribution.
37# Use --force so that it generates output even if there are errors.
38MAKEINFO = makeinfo --force
df42eec6
GM
39
40INFO_TARGETS = $(infodir)/emacs
41DVI_TARGETS = emacs.dvi
42
43
44TEXI2DVI = texi2dvi
8cf51b2c
GM
45
46# The following rule does not work with all versions of `make'.
47.SUFFIXES: .texi .dvi
48.texi.dvi:
df42eec6 49 $(TEXI2DVI) $<
8cf51b2c 50
8cf51b2c
GM
51ENVADD = TEXINPUTS="$(srcdir):$(TEXINPUTS)" MAKEINFO="$(MAKEINFO) -I$(srcdir)"
52
df42eec6 53
8cf51b2c
GM
54EMACS_XTRA=\
55 $(srcdir)/arevert-xtra.texi \
56 $(srcdir)/cal-xtra.texi \
57 $(srcdir)/dired-xtra.texi \
58 $(srcdir)/picture-xtra.texi \
59 $(srcdir)/emerge-xtra.texi \
60 $(srcdir)/vc-xtra.texi \
61 $(srcdir)/vc1-xtra.texi \
62 $(srcdir)/vc2-xtra.texi \
63 $(srcdir)/fortran-xtra.texi \
64 $(srcdir)/msdog-xtra.texi
65
66EMACSSOURCES= \
67 ${srcdir}/emacs.texi \
68 ${srcdir}/doclicense.texi \
69 ${srcdir}/gpl.texi \
70 ${srcdir}/screen.texi \
71 ${srcdir}/commands.texi \
72 ${srcdir}/entering.texi \
73 ${srcdir}/basic.texi \
74 ${srcdir}/mini.texi \
75 ${srcdir}/m-x.texi \
76 ${srcdir}/help.texi \
77 ${srcdir}/mark.texi \
78 ${srcdir}/killing.texi \
79 ${srcdir}/regs.texi \
80 ${srcdir}/display.texi \
81 ${srcdir}/search.texi \
82 ${srcdir}/fixit.texi \
83 ${srcdir}/files.texi \
84 ${srcdir}/buffers.texi \
85 ${srcdir}/windows.texi \
86 ${srcdir}/frames.texi \
87 ${srcdir}/mule.texi \
88 ${srcdir}/major.texi \
89 ${srcdir}/indent.texi \
90 ${srcdir}/text.texi \
91 ${srcdir}/programs.texi \
92 ${srcdir}/building.texi \
93 ${srcdir}/maintaining.texi \
94 ${srcdir}/abbrevs.texi \
95 ${srcdir}/sending.texi \
96 ${srcdir}/rmail.texi \
97 ${srcdir}/dired.texi \
98 ${srcdir}/calendar.texi \
99 ${srcdir}/misc.texi \
100 ${srcdir}/custom.texi \
101 ${srcdir}/trouble.texi \
102 ${srcdir}/cmdargs.texi \
103 ${srcdir}/xresources.texi \
104 ${srcdir}/anti.texi \
105 ${srcdir}/macos.texi \
106 ${srcdir}/msdog.texi \
107 ${srcdir}/gnu.texi \
108 ${srcdir}/glossary.texi \
109 ${srcdir}/ack.texi \
110 ${srcdir}/kmacro.texi \
111 $(EMACS_XTRA)
112
df42eec6 113info: $(infodir) $(INFO_TARGETS)
8cf51b2c 114
df42eec6 115$(infodir):
8cf51b2c
GM
116 mkdir $@
117
118dvi: $(DVI_TARGETS)
119
120# Note that all the Info targets build the Info files
121# in srcdir. There is no provision for Info files
122# to exist in the build directory.
123# In a distribution of Emacs, the Info files should be up to date.
124
df42eec6 125emacs : $(infodir)/emacs
8cf51b2c 126
df42eec6 127$(infodir)/emacs: ${EMACSSOURCES}
8cf51b2c
GM
128 cd $(srcdir); $(MAKEINFO) emacs.texi
129
130emacs.dvi: ${EMACSSOURCES}
131 $(ENVADD) $(TEXI2DVI) ${srcdir}/emacs.texi
132
8cf51b2c
GM
133
134emacs-xtra.dvi: emacs-xtra.texi $(EMACS_XTRA)
135 $(ENVADD) $(TEXI2DVI) ${srcdir}/emacs-xtra.texi
136
8cf51b2c
GM
137
138mostlyclean:
df42eec6
GM
139 rm -f *.log *.cp *.fn *.ky *.op *.ops *.pg *.vr core *.tp *.core
140 rm -f *.aux *.cps *.fns *.kys *.pgs *.vrs *.toc
8cf51b2c
GM
141
142clean: mostlyclean
143 rm -f *.dvi
144
145distclean: clean
df42eec6 146# rm -f Makefile
8cf51b2c
GM
147
148maintainer-clean: distclean
8cf51b2c
GM
149 for file in $(INFO_TARGETS); do rm -f $${file}*; done
150
151
152# Formerly this directory had texindex.c and getopt.c in it
153# and this makefile built them to make texindex.
154# That caused trouble because this is run entirely in the source directory.
155# Since we expect to get texi2dvi from elsewhere,
156# it is ok to expect texindex from elsewhere also.
df42eec6
GM
157
158
159### Makefile ends here