aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorGlenn Morris2010-10-10 17:30:34 -0700
committerGlenn Morris2010-10-10 17:30:34 -0700
commitc12e4a81fe3e85c4c46d3e1add37d23e15c833dd (patch)
tree385d43bdb1d42fe22ff0a24e41651dd6c05c13cd /doc/misc
parent602541258302dfaf771bc30043e3991dfd9b0873 (diff)
downloademacs-c12e4a81fe3e85c4c46d3e1add37d23e15c833dd.tar.gz
emacs-c12e4a81fe3e85c4c46d3e1add37d23e15c833dd.zip
Add ps rules for some doc/ Makefiles.
* doc/misc/Makefile.in (.texi.dvi): Remove unnecessary suffix rule. * dos/lispref/Makefile.in (DVIPS): New variable. (.PHONY): Add ps. (ps, elisp.ps): New targets. (clean): Delete ps file. * doc/lispintro/Makefile.in (.dvi.ps): Remove unnecessary suffix rule. (.PHONY): Add ps. (ps, emacs-lisp-intro.ps): New targets. (clean): Delete ps file. * doc/emacs/Makefile.in (.texi.dvi): Remove unnecessary suffix rule. (DVIPS): New variable. (.PHONY): Add ps. (ps, emacs.ps, emacs-xtra.ps): New targets. (clean): Delete ps files.
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/ChangeLog4
-rw-r--r--doc/misc/Makefile.in5
2 files changed, 4 insertions, 5 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index d54b3875edf..b82e523a355 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,7 @@
12010-10-11 Glenn Morris <rgm@gnu.org>
2
3 * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
4
12010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org> 52010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2 6
3 * gnus.texi (Spam Package Introduction): Mention `$'. 7 * gnus.texi (Spam Package Introduction): Mention `$'.
diff --git a/doc/misc/Makefile.in b/doc/misc/Makefile.in
index e297c649195..d5afabd0374 100644
--- a/doc/misc/Makefile.in
+++ b/doc/misc/Makefile.in
@@ -198,11 +198,6 @@ PDF_TARGETS = \
198TEXI2DVI = texi2dvi 198TEXI2DVI = texi2dvi
199TEXI2PDF = texi2pdf 199TEXI2PDF = texi2pdf
200 200
201# The following rule does not work with all versions of `make'.
202.SUFFIXES: .texi .dvi
203.texi.dvi:
204 $(TEXI2DVI) $<
205
206ENVADD = TEXINPUTS="$(srcdir):$(TEXINPUTS)" MAKEINFO="$(MAKEINFO) -I$(srcdir)" 201ENVADD = TEXINPUTS="$(srcdir):$(TEXINPUTS)" MAKEINFO="$(MAKEINFO) -I$(srcdir)"
207 202
208mkinfodir = @cd ${srcdir}; test -d ${infodir} || mkdir ${infodir} || test -d ${infodir} 203mkinfodir = @cd ${srcdir}; test -d ${infodir} || mkdir ${infodir} || test -d ${infodir}