Merge from trunk.
[bpt/emacs.git] / doc / lispintro / Makefile.in
CommitLineData
8cda6f8f
GM
1#### Makefile for the Emacs Lisp Introduction manual
2
ab422c4d 3# Copyright (C) 1994-1999, 2001-2013 Free Software Foundation, Inc.
8cda6f8f
GM
4
5# This file is part of GNU Emacs.
6
8ae3715e 7# GNU Emacs is free software: you can redistribute it and/or modify
8cda6f8f 8# it under the terms of the GNU General Public License as published by
8ae3715e
GM
9# the Free Software Foundation, either version 3 of the License, or
10# (at your option) any later version.
8cda6f8f
GM
11
12# GNU Emacs is distributed in the hope that it will be useful,
13# but WITHOUT ANY WARRANTY; without even the implied warranty of
14# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15# GNU General Public License for more details.
16
17# You should have received a copy of the GNU General Public License
8ae3715e
GM
18# along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
19
4c83f6e1 20SHELL = /bin/sh
8cda6f8f
GM
21
22srcdir = @srcdir@
17ca7950 23version=@version@
8cda6f8f 24
2fecccba 25buildinfodir = $(srcdir)/../../info
fdf93ad9
GM
26# Directory with the (customized) texinfo.tex file.
27texinfodir = $(srcdir)/../misc
09b98a01
GM
28# Directory with emacsver.texi.
29emacsdir = $(srcdir)/../emacs
8cda6f8f 30
3fe7cdc8
GM
31MKDIR_P = @MKDIR_P@
32
8045b906
GM
33INFO_EXT=@INFO_EXT@
34# Options used only when making info output.
35INFO_OPTS=@INFO_OPTS@
36
53ed5e45 37MAKEINFO = @MAKEINFO@
09b98a01 38MAKEINFO_OPTS = --force -I $(emacsdir) -I $(srcdir)
8cda6f8f 39TEXI2DVI = texi2dvi
b60bfecc 40TEXI2PDF = texi2pdf
8cda6f8f
GM
41DVIPS = dvips
42
09b98a01 43ENVADD = TEXINPUTS="$(srcdir):$(texinfodir):$(emacsdir):$(TEXINPUTS)" \
53ed5e45
WL
44 MAKEINFO="$(MAKEINFO) $(MAKEINFO_OPTS)"
45
ac1a0ce1 46mkinfodir = @${MKDIR_P} ${buildinfodir}
abd40fb4 47
09b98a01
GM
48srcs = ${srcdir}/emacs-lisp-intro.texi ${srcdir}/doclicense.texi \
49 ${emacsdir}/emacsver.texi
19e9f435 50
c12e4a81 51.PHONY: info dvi html pdf ps
ea274122 52
ac1a0ce1 53info: ${buildinfodir}/eintr$(INFO_EXT)
4c83f6e1 54
4c83f6e1
GM
55dvi: emacs-lisp-intro.dvi
56html: emacs-lisp-intro.html
57pdf: emacs-lisp-intro.pdf
c12e4a81 58ps: emacs-lisp-intro.ps
8cda6f8f 59
4c83f6e1
GM
60# The file name eintr must fit within 5 characters, to allow for
61# -NN extensions to fit into DOS 8+3 limits without clashing.
f48a9cb4 62# Note: "<" is not portable in ordinary make rules.
19e9f435 63${buildinfodir}/eintr$(INFO_EXT): ${srcs}
abd40fb4 64 $(mkinfodir)
8045b906 65 $(MAKEINFO) $(MAKEINFO_OPTS) $(INFO_OPTS) -o $@ ${srcdir}/emacs-lisp-intro.texi
8cda6f8f 66
19e9f435 67emacs-lisp-intro.dvi: ${srcs}
f48a9cb4 68 $(ENVADD) $(TEXI2DVI) ${srcdir}/emacs-lisp-intro.texi
8cda6f8f 69
c12e4a81 70emacs-lisp-intro.ps: emacs-lisp-intro.dvi
f48a9cb4 71 $(DVIPS) -o $@ emacs-lisp-intro.dvi
c12e4a81 72
19e9f435 73emacs-lisp-intro.pdf: ${srcs}
f48a9cb4 74 $(ENVADD) $(TEXI2PDF) ${srcdir}/emacs-lisp-intro.texi
b60bfecc 75
19e9f435 76emacs-lisp-intro.html: ${srcs}
f48a9cb4 77 $(MAKEINFO) $(MAKEINFO_OPTS) --html -o $@ ${srcdir}/emacs-lisp-intro.texi
8cda6f8f 78
4c83f6e1
GM
79.PHONY: mostlyclean clean distclean maintainer-clean infoclean
80
8cda6f8f 81mostlyclean:
4c83f6e1
GM
82 rm -f *.aux *.log *.toc *.cp *.cps *.fn *.fns *.ky *.kys \
83 *.op *.ops *.pg *.pgs *.tp *.tps *.vr *.vrs
8cda6f8f
GM
84
85clean: mostlyclean
c12e4a81 86 rm -f emacs-lisp-intro.dvi emacs-lisp-intro.pdf emacs-lisp-intro.ps
4c83f6e1 87 rm -rf emacs-lisp-intro.html/
17ca7950 88 rm -f emacs-lispintro-${version}.tar*
8cda6f8f
GM
89
90distclean: clean
91
4c83f6e1 92infoclean:
ac1a0ce1 93 -cd $(buildinfodir) && rm -f eintr$(INFO_EXT) eintr$(INFO_EXT)-[1-9]
4c83f6e1
GM
94
95maintainer-clean: distclean infoclean
96
ea274122
GM
97.PHONY: dist
98
4c83f6e1 99dist:
17ca7950
GM
100 rm -rf emacs-lispintro-${version}
101 mkdir emacs-lispintro-${version}
4c83f6e1 102 cp ${srcdir}/*.texi ${srcdir}/*.eps ${srcdir}/*.pdf \
09b98a01 103 ${texinfodir}/texinfo.tex ${emacsdir}/emacsver.texi \
17ca7950 104 ${srcdir}/ChangeLog* ${srcdir}/README emacs-lispintro-${version}/
4393405b 105 sed -e 's/@sr[c]dir@/./' -e 's/^\(texinfodir *=\).*/\1 ./' \
09b98a01 106 -e 's/^\(emacsdir *=\).*/\1 ./' \
2fecccba
GM
107 -e 's/^\(buildinfodir *=\).*/\1 ./' \
108 -e 's/^\(clean:.*\)/\1 infoclean/' \
17ca7950
GM
109 -e "s/@ver[s]ion@/${version}/" \
110 ${srcdir}/Makefile.in > emacs-lispintro-${version}/Makefile
111 tar -cf emacs-lispintro-${version}.tar emacs-lispintro-${version}
112 rm -rf emacs-lispintro-${version}
8cda6f8f 113
4c83f6e1 114### Makefile ends here