diff options
| author | Glenn Morris | 2010-10-10 17:30:34 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-10-10 17:30:34 -0700 |
| commit | c12e4a81fe3e85c4c46d3e1add37d23e15c833dd (patch) | |
| tree | 385d43bdb1d42fe22ff0a24e41651dd6c05c13cd /doc/misc | |
| parent | 602541258302dfaf771bc30043e3991dfd9b0873 (diff) | |
| download | emacs-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/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/misc/Makefile.in | 5 |
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 @@ | |||
| 1 | 2010-10-11 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * Makefile.in (.texi.dvi): Remove unnecessary suffix rule. | ||
| 4 | |||
| 1 | 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org> | 5 | 2010-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 = \ | |||
| 198 | TEXI2DVI = texi2dvi | 198 | TEXI2DVI = texi2dvi |
| 199 | TEXI2PDF = texi2pdf | 199 | TEXI2PDF = 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 | |||
| 206 | ENVADD = TEXINPUTS="$(srcdir):$(TEXINPUTS)" MAKEINFO="$(MAKEINFO) -I$(srcdir)" | 201 | ENVADD = TEXINPUTS="$(srcdir):$(TEXINPUTS)" MAKEINFO="$(MAKEINFO) -I$(srcdir)" |
| 207 | 202 | ||
| 208 | mkinfodir = @cd ${srcdir}; test -d ${infodir} || mkdir ${infodir} || test -d ${infodir} | 203 | mkinfodir = @cd ${srcdir}; test -d ${infodir} || mkdir ${infodir} || test -d ${infodir} |