diff options
| author | Glenn Morris | 2009-07-11 20:06:30 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-07-11 20:06:30 +0000 |
| commit | 64fbeb16277caedf05d20694a7b88a2c10870796 (patch) | |
| tree | 98398c420f259b7ea12e5e2ed745cf2cba63ba8a | |
| parent | 703d26ba65161cc8af7da3ba2df8f63e68c3d2ef (diff) | |
| download | emacs-64fbeb16277caedf05d20694a7b88a2c10870796.tar.gz emacs-64fbeb16277caedf05d20694a7b88a2c10870796.zip | |
(TEXI2PDF): New.
(elisp.pdf): New targets.
| -rw-r--r-- | doc/lispref/ChangeLog | 3 | ||||
| -rw-r--r-- | doc/lispref/Makefile.in | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 41d866f35e7..a9f6c01b73e 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -6,6 +6,9 @@ | |||
| 6 | 6 | ||
| 7 | 2009-07-11 Glenn Morris <rgm@gnu.org> | 7 | 2009-07-11 Glenn Morris <rgm@gnu.org> |
| 8 | 8 | ||
| 9 | * Makefile.in (TEXI2PDF): New. | ||
| 10 | (elisp.pdf): New target. | ||
| 11 | |||
| 9 | * searching.texi (Regexp Backslash): Fix typo. | 12 | * searching.texi (Regexp Backslash): Fix typo. |
| 10 | 13 | ||
| 11 | * elisp.texi (Top): Display copyright notice at start of non-TeX. | 14 | * elisp.texi (Top): Display copyright notice at start of non-TeX. |
diff --git a/doc/lispref/Makefile.in b/doc/lispref/Makefile.in index 7c8f1af79c1..8a6315c72e4 100644 --- a/doc/lispref/Makefile.in +++ b/doc/lispref/Makefile.in | |||
| @@ -31,6 +31,7 @@ infodir = ../../info | |||
| 31 | texinfodir = $(srcdir)/../misc | 31 | texinfodir = $(srcdir)/../misc |
| 32 | 32 | ||
| 33 | TEXI2DVI = texi2dvi | 33 | TEXI2DVI = texi2dvi |
| 34 | TEXI2PDF = texi2pdf | ||
| 34 | SHELL = /bin/sh | 35 | SHELL = /bin/sh |
| 35 | INSTALL_INFO = install-info | 36 | INSTALL_INFO = install-info |
| 36 | MAKEINFO = makeinfo --force | 37 | MAKEINFO = makeinfo --force |
| @@ -103,6 +104,9 @@ $(infodir)/elisp: $(srcs) | |||
| 103 | elisp.dvi: $(srcs) | 104 | elisp.dvi: $(srcs) |
| 104 | $(TEXI2DVI) -I $(srcdir) -I $(texinfodir) $(srcdir)/elisp.texi | 105 | $(TEXI2DVI) -I $(srcdir) -I $(texinfodir) $(srcdir)/elisp.texi |
| 105 | 106 | ||
| 107 | elisp.pdf: $(srcs) | ||
| 108 | $(TEXI2PDF) -I $(srcdir) -I $(texinfodir) $(srcdir)/elisp.texi | ||
| 109 | |||
| 106 | clean: | 110 | clean: |
| 107 | rm -f *.toc *.aux *.log *.cp *.cps *.fn *.fns *.tp *.tps \ | 111 | rm -f *.toc *.aux *.log *.cp *.cps *.fn *.fns *.tp *.tps \ |
| 108 | *.vr *.vrs *.pg *.pgs *.ky *.kys elisp[12]* | 112 | *.vr *.vrs *.pg *.pgs *.ky *.kys elisp[12]* |