diff options
| author | Glenn Morris | 2012-05-08 15:39:29 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-05-08 15:39:29 -0400 |
| commit | 0a454caf059b4cc050984a41decc2344cd9a083f (patch) | |
| tree | 4a048924c16f9a10839ef095b5af21eb6c9a3e1c | |
| parent | e2866686744c6ffee9e0824dd6e75d9f33d280ae (diff) | |
| download | emacs-0a454caf059b4cc050984a41decc2344cd9a083f.tar.gz emacs-0a454caf059b4cc050984a41decc2344cd9a083f.zip | |
Move part of previous clean rule change to mostlyclean
* doc/lispref/Makefile.in (mostlyclean): Add some more vol1/2 items.
| -rw-r--r-- | doc/lispref/ChangeLog | 2 | ||||
| -rw-r--r-- | doc/lispref/Makefile.in | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index abb441e5c91..273396e57c3 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | 2012-05-08 Glenn Morris <rgm@gnu.org> | 1 | 2012-05-08 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * Makefile.in (clean): Add some more vol1/2 items. | 3 | * Makefile.in (clean, mostlyclean): Add some more vol1/2 items. |
| 4 | 4 | ||
| 5 | * two-volume.make (emacsdir): New. | 5 | * two-volume.make (emacsdir): New. |
| 6 | (tex): Add directory with emacsver.texi to TEXINPUTS. | 6 | (tex): Add directory with emacsver.texi to TEXINPUTS. |
diff --git a/doc/lispref/Makefile.in b/doc/lispref/Makefile.in index 2b79d51695d..efd5e39a0eb 100644 --- a/doc/lispref/Makefile.in +++ b/doc/lispref/Makefile.in | |||
| @@ -129,11 +129,11 @@ elisp.pdf: $(srcs) | |||
| 129 | mostlyclean: | 129 | mostlyclean: |
| 130 | rm -f *.aux *.log *.toc *.cp *.cps *.fn *.fns *.ky *.kys \ | 130 | rm -f *.aux *.log *.toc *.cp *.cps *.fn *.fns *.ky *.kys \ |
| 131 | *.op *.ops *.pg *.pgs *.tp *.tps *.vr *.vrs | 131 | *.op *.ops *.pg *.pgs *.tp *.tps *.vr *.vrs |
| 132 | rm -f elisp[12]* | 132 | rm -f elisp[12]* vol[12].tmp |
| 133 | 133 | ||
| 134 | clean: mostlyclean | 134 | clean: mostlyclean |
| 135 | rm -f elisp.dvi elisp.pdf elisp.ps | 135 | rm -f elisp.dvi elisp.pdf elisp.ps |
| 136 | rm -f vol[12].dvi vol[12].pdf vol[12].ps vol[12].tmp | 136 | rm -f vol[12].dvi vol[12].pdf vol[12].ps |
| 137 | rm -rf elisp.html | 137 | rm -rf elisp.html |
| 138 | rm -f emacs-lispref-${version}.tar* | 138 | rm -f emacs-lispref-${version}.tar* |
| 139 | 139 | ||