diff options
| author | Glenn Morris | 2012-05-07 22:01:28 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-05-07 22:01:28 -0400 |
| commit | e6afe47b278fe561ef8aa864b9cb5cd2894be256 (patch) | |
| tree | c9d2caac6d11efb0194f19ad4c6efa357ff31940 | |
| parent | 143d9dd80ec717bfd571a94ccf64b0a15d06334a (diff) | |
| download | emacs-e6afe47b278fe561ef8aa864b9cb5cd2894be256.tar.gz emacs-e6afe47b278fe561ef8aa864b9cb5cd2894be256.zip | |
* doc/lispref/Makefile.in (clean): Add some more vol1/2 items.
| -rw-r--r-- | doc/lispref/ChangeLog | 2 | ||||
| -rw-r--r-- | doc/lispref/Makefile.in | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 843c8dc9439..abb441e5c91 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 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. | ||
| 4 | |||
| 3 | * two-volume.make (emacsdir): New. | 5 | * two-volume.make (emacsdir): New. |
| 4 | (tex): Add directory with emacsver.texi to TEXINPUTS. | 6 | (tex): Add directory with emacsver.texi to TEXINPUTS. |
| 5 | 7 | ||
diff --git a/doc/lispref/Makefile.in b/doc/lispref/Makefile.in index 10ec236eaee..2b79d51695d 100644 --- a/doc/lispref/Makefile.in +++ b/doc/lispref/Makefile.in | |||
| @@ -132,7 +132,8 @@ mostlyclean: | |||
| 132 | rm -f elisp[12]* | 132 | rm -f elisp[12]* |
| 133 | 133 | ||
| 134 | clean: mostlyclean | 134 | clean: mostlyclean |
| 135 | rm -f elisp.dvi elisp.pdf elisp.ps vol[12].pdf | 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 -rf elisp.html | 137 | rm -rf elisp.html |
| 137 | rm -f emacs-lispref-${version}.tar* | 138 | rm -f emacs-lispref-${version}.tar* |
| 138 | 139 | ||