Add distclean target.
authorhayashi <hayashi>
Thu, 10 Feb 2000 05:40:45 +0000 (05:40 +0000)
committerhayashi <hayashi>
Thu, 10 Feb 2000 05:40:45 +0000 (05:40 +0000)
ChangeLog
Makefile

index ad9a90d..3bb7ef9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2000-02-09  Yoshiki Hayashi  <yoshiki@xemacs.org>
+
+       * Makefile (distclean): New target.
+
 2000-02-08  Yoshiki Hayashi  <yoshiki@xemacs.org>
 
        * mime-view.el: Fix byte-compiler warnings.
index aad863c..9b89eaa 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@ LISPDIR = NONE
 PACKAGEDIR = NONE
 VERSION_SPECIFIC_LISPDIR = NONE
 
-GOMI   = *.elc *.info
+GOMI   = *.elc
 
 VERSION        = $(API).$(RELEASE)
 ARC_DIR = /pub/mule/semi/semi-$(API)-for-flim-$(FLIM_API)
@@ -35,11 +35,11 @@ elc:
        $(EMACS) $(FLAGS) -f compile-semi \
                $(PREFIX) $(LISPDIR) $(VERSION_SPECIFIC_LISPDIR)
 
-install-elc:   elc
+install-elc: elc
        $(EMACS) $(FLAGS) -f install-semi \
                $(PREFIX) $(LISPDIR) $(VERSION_SPECIFIC_LISPDIR)
 
-install:       install-elc
+install: install-elc
 
 
 package: package-elc info
@@ -65,6 +65,8 @@ xtexinfmt: emy.texi
 clean:
        -$(RM) $(GOMI)
 
+distclean: clean
+       -$(RM) *.info
 
 tar:
        cvs commit