(TEXI2PDF): New.
(elisp.pdf): New targets.
This commit is contained in:
parent
703d26ba65
commit
64fbeb1627
2 changed files with 7 additions and 0 deletions
|
@ -6,6 +6,9 @@
|
|||
|
||||
2009-07-11 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* Makefile.in (TEXI2PDF): New.
|
||||
(elisp.pdf): New target.
|
||||
|
||||
* searching.texi (Regexp Backslash): Fix typo.
|
||||
|
||||
* elisp.texi (Top): Display copyright notice at start of non-TeX.
|
||||
|
|
|
@ -31,6 +31,7 @@ infodir = ../../info
|
|||
texinfodir = $(srcdir)/../misc
|
||||
|
||||
TEXI2DVI = texi2dvi
|
||||
TEXI2PDF = texi2pdf
|
||||
SHELL = /bin/sh
|
||||
INSTALL_INFO = install-info
|
||||
MAKEINFO = makeinfo --force
|
||||
|
@ -103,6 +104,9 @@ $(infodir)/elisp: $(srcs)
|
|||
elisp.dvi: $(srcs)
|
||||
$(TEXI2DVI) -I $(srcdir) -I $(texinfodir) $(srcdir)/elisp.texi
|
||||
|
||||
elisp.pdf: $(srcs)
|
||||
$(TEXI2PDF) -I $(srcdir) -I $(texinfodir) $(srcdir)/elisp.texi
|
||||
|
||||
clean:
|
||||
rm -f *.toc *.aux *.log *.cp *.cps *.fn *.fns *.tp *.tps \
|
||||
*.vr *.vrs *.pg *.pgs *.ky *.kys elisp[12]*
|
||||
|
|
Loading…
Add table
Reference in a new issue