aboutsummaryrefslogtreecommitdiffstats
path: root/lispref
diff options
context:
space:
mode:
authorEli Zaretskii2001-11-10 18:28:07 +0000
committerEli Zaretskii2001-11-10 18:28:07 +0000
commit7a1494ceebc800fedbdb4b68a174229ec427fc25 (patch)
treee8266702d15cdfa336f449c0eff01b440f71b6e8 /lispref
parent2bf92717f00a08e0d1ec0b46ca3199b13257ec12 (diff)
downloademacs-7a1494ceebc800fedbdb4b68a174229ec427fc25.tar.gz
emacs-7a1494ceebc800fedbdb4b68a174229ec427fc25.zip
(distclean): Add.
Diffstat (limited to 'lispref')
-rw-r--r--lispref/ChangeLog2
-rw-r--r--lispref/Makefile.in2
2 files changed, 4 insertions, 0 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 08101ea5cc0..6a77c8b894d 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,5 +1,7 @@
12001-11-10 Eli Zaretskii <eliz@is.elta.co.il> 12001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
2 2
3 * Makefile.in (distclean): Add.
4
3 The following changes make ELisp manual part of the Emacs 5 The following changes make ELisp manual part of the Emacs
4 distribution: 6 distribution:
5 7
diff --git a/lispref/Makefile.in b/lispref/Makefile.in
index 28803df5755..45ef705d110 100644
--- a/lispref/Makefile.in
+++ b/lispref/Makefile.in
@@ -147,6 +147,8 @@ clean:
147 rm -f make.out core 147 rm -f make.out core
148 rm -f index.texi 148 rm -f index.texi
149 149
150distclean: clean
151
150maintainer-clean: clean 152maintainer-clean: clean
151 rm -f elisp elisp-* elisp.dvi elisp.oaux 153 rm -f elisp elisp-* elisp.dvi elisp.oaux
152 154