summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1993-06-16 16:32:32 +0000
committerJim Blandy <jimb@redhat.com>1993-06-16 16:32:32 +0000
commit8e3819698e4dafa752d4dd8a479dfd5b2b8949b2 (patch)
tree883507d14837d2931af36688150494a7c4168bc1 /src
parent0c8bf5f7bc2aa83e066e6db1149a7e3f3ad9ba24 (diff)
downloademacs-8e3819698e4dafa752d4dd8a479dfd5b2b8949b2.tar.gz
Bring mumbleclean targets into conformance with GNU coding standards.
* Makefile.in (mostlyclean): New target. (clean): Just call mostlyclean. Get rid of ../etc/DOC too. (distclean): Use clean to do most of the work. Get rid of ../etc/DOC-* too. (realclean): New target.
Diffstat (limited to 'src')
-rw-r--r--src/=Makefile.in16
1 files changed, 9 insertions, 7 deletions
diff --git a/src/=Makefile.in b/src/=Makefile.in
index 4698ea1758b..ffeb640bec9 100644
--- a/src/=Makefile.in
+++ b/src/=Makefile.in
@@ -28,17 +28,19 @@ all: doall
doall: xmakefile
$(MAKE) ${SUBMAKEFLAGS} -f xmakefile ${MFLAGS} all
+mostlyclean:
+ rm -f temacs emacs prefix-args xmakefile* core \#* *.o libXMenu11.a
+ rm -f ../etc/DOC
+clean: mostlyclean
+ true
#This is used in making a distribution.
#Do not use it on development directories!
-distclean:
- -rm -f paths.h config.h emacs-* temacs emacs xmakefile core *.o
-
-clean:
- -rm -f temacs emacs prefix-args xmakefile* core \#* *.o libXMenu11.a
-
+distclean: clean
+ rm -f paths.h config.h emacs-* ../etc/DOC-*
+realclean: distclean
+ rm -f TAGS
versionclean:
-rm -f emacs emacs-* ../etc/DOC*
-
extraclean: distclean
-rm -f *~ \#* m/*~ s/*~