Minor doc/*/Makefile.in change.
[bpt/emacs.git] / doc / emacs / Makefile.in
1 #### Makefile for the Emacs Manual
2
3 # Copyright (C) 1994, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
4 # 2004, 2005, 2006, 2007, 2008, 2009, 2010
5 # Free Software Foundation, Inc.
6
7 # This file is part of GNU Emacs.
8
9 # GNU Emacs is free software: you can redistribute it and/or modify
10 # it under the terms of the GNU General Public License as published by
11 # the Free Software Foundation, either version 3 of the License, or
12 # (at your option) any later version.
13
14 # GNU Emacs is distributed in the hope that it will be useful,
15 # but WITHOUT ANY WARRANTY; without even the implied warranty of
16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 # GNU General Public License for more details.
18
19 # You should have received a copy of the GNU General Public License
20 # along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
21
22 SHELL = /bin/sh
23
24 # Where to find the source code. $(srcdir) will be the doc/emacs subdirectory
25 # of the source tree. This is set by configure's `--srcdir' option.
26 srcdir=@srcdir@
27
28 # Tell make where to find source files; this is needed for the makefiles.
29 VPATH=@srcdir@
30
31 ## Where the output files go.
32 ## Note that the setfilename command in the .texi files assumes this.
33 infodir=../../info
34 # Directory with the (customized) texinfo.tex file.
35 texinfodir = $(srcdir)/../misc
36
37 # The makeinfo program is part of the Texinfo distribution.
38 # Use --force so that it generates output even if there are errors.
39 MAKEINFO = makeinfo --force
40
41 TEXI2DVI = texi2dvi
42 TEXI2PDF = texi2pdf
43
44 # The following rule does not work with all versions of `make'.
45 .SUFFIXES: .texi .dvi
46 .texi.dvi:
47 $(TEXI2DVI) $<
48
49 ENVADD = TEXINPUTS="$(srcdir):$(texinfodir):$(TEXINPUTS)" MAKEINFO="$(MAKEINFO) -I$(srcdir)"
50
51
52 EMACS_XTRA= \
53 ${srcdir}/emacs-xtra.texi \
54 $(srcdir)/arevert-xtra.texi \
55 $(srcdir)/cal-xtra.texi \
56 $(srcdir)/dired-xtra.texi \
57 $(srcdir)/picture-xtra.texi \
58 $(srcdir)/emerge-xtra.texi \
59 $(srcdir)/vc-xtra.texi \
60 $(srcdir)/vc1-xtra.texi \
61 $(srcdir)/fortran-xtra.texi \
62 $(srcdir)/msdog-xtra.texi
63
64 EMACSSOURCES= \
65 ${srcdir}/emacs.texi \
66 ${srcdir}/doclicense.texi \
67 ${srcdir}/gpl.texi \
68 ${srcdir}/screen.texi \
69 ${srcdir}/commands.texi \
70 ${srcdir}/entering.texi \
71 ${srcdir}/basic.texi \
72 ${srcdir}/mini.texi \
73 ${srcdir}/m-x.texi \
74 ${srcdir}/help.texi \
75 ${srcdir}/mark.texi \
76 ${srcdir}/killing.texi \
77 ${srcdir}/regs.texi \
78 ${srcdir}/display.texi \
79 ${srcdir}/search.texi \
80 ${srcdir}/fixit.texi \
81 ${srcdir}/files.texi \
82 ${srcdir}/buffers.texi \
83 ${srcdir}/windows.texi \
84 ${srcdir}/frames.texi \
85 ${srcdir}/mule.texi \
86 ${srcdir}/major.texi \
87 ${srcdir}/indent.texi \
88 ${srcdir}/text.texi \
89 ${srcdir}/programs.texi \
90 ${srcdir}/building.texi \
91 ${srcdir}/maintaining.texi \
92 ${srcdir}/abbrevs.texi \
93 ${srcdir}/sending.texi \
94 ${srcdir}/rmail.texi \
95 ${srcdir}/dired.texi \
96 ${srcdir}/calendar.texi \
97 ${srcdir}/misc.texi \
98 ${srcdir}/custom.texi \
99 ${srcdir}/trouble.texi \
100 ${srcdir}/cmdargs.texi \
101 ${srcdir}/xresources.texi \
102 ${srcdir}/anti.texi \
103 ${srcdir}/macos.texi \
104 ${srcdir}/msdog.texi \
105 ${srcdir}/gnu.texi \
106 ${srcdir}/glossary.texi \
107 ${srcdir}/ack.texi \
108 ${srcdir}/kmacro.texi \
109 $(EMACS_XTRA)
110
111 info: $(infodir)/emacs
112
113 $(infodir):
114 mkdir $@ || test -d $@
115
116 dvi: emacs.dvi
117 pdf: emacs.pdf
118
119 # Note that all the Info targets build the Info files in srcdir.
120 # There is no provision for Info files to exist in the build directory.
121 # In a distribution of Emacs, the Info files should be up to date.
122
123 emacs : $(infodir)/emacs
124
125 $(infodir)/emacs: $(infodir) ${EMACSSOURCES}
126 cd $(srcdir); $(MAKEINFO) emacs.texi -o $@
127
128 emacs.dvi: ${EMACSSOURCES}
129 $(ENVADD) $(TEXI2DVI) ${srcdir}/emacs.texi
130
131 emacs.pdf: ${EMACSSOURCES}
132 $(ENVADD) $(TEXI2PDF) ${srcdir}/emacs.texi
133
134
135 emacs-xtra.dvi: $(EMACS_XTRA)
136 $(ENVADD) $(TEXI2DVI) ${srcdir}/emacs-xtra.texi
137
138 emacs-xtra.pdf: $(EMACS_XTRA)
139 $(ENVADD) $(TEXI2PDF) ${srcdir}/emacs-xtra.texi
140
141 .PHONY: mostlyclean clean distclean maintainer-clean infoclean
142
143 ## Temp files.
144 mostlyclean:
145 rm -f *.aux *.log *.toc *.cp *.cps *.fn *.fns *.ky *.kys \
146 *.op *.ops *.pg *.pgs *.tp *.tps *.vr *.vrs
147
148 ## Products not in the release tarfiles.
149 clean: mostlyclean
150 rm -f emacs.dvi emacs-xtra.dvi emacs.pdf emacs-xtra.pdf
151
152 distclean: clean
153
154 ## In the standalone tarfile, the clean rule runs this.
155 infoclean:
156 -cd $(infodir) && rm -f emacs emacs-[1-9] emacs-[1-9][0-9]
157
158 maintainer-clean: distclean infoclean
159
160 ## Make a standalone tarfile of the Emacs manual sources.
161 ## The [c] is a dumb way to prevent configure expanding it.
162 ## The emacs: rule becomes circular when we change infodir to ".".
163 dist:
164 rm -rf emacs
165 mkdir emacs
166 cp ${srcdir}/*.texi ${texinfodir}/texinfo.tex \
167 ${srcdir}/ChangeLog* emacs/
168 sed -e 's/@sr[c]dir@/./' -e 's/\(texinfodir *=\).*/\1 ./' \
169 -e 's/\(infodir *=\).*/\1 ./' -e '/^emacs *:/d' \
170 -e 's/^\(clean:.*\)/\1 infoclean/' \
171 ${srcdir}/Makefile.in > emacs/Makefile
172 tar -cf emacs-texi.tar emacs
173 rm -rf emacs
174
175 ### Makefile ends here