Changed "all" in tar and zip targets to relevant files
authorTim Pope <code@tpope.net>
Thu, 13 Nov 2003 07:27:10 +0000 (07:27 +0000)
committerTim Pope <code@tpope.net>
Thu, 13 Nov 2003 07:27:10 +0000 (07:27 +0000)
Makefile

index 34c11803b81f6085db4fbbe3a2236988d97d4a5f..ba493d16ddfde151ec2634f3dc7178e7ddf10478 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -55,7 +55,7 @@ clean:
 distclean: clean
        rm -f mlastyle.sty mlastyle.dvi mlastyle.ps mlastyle.pdf
 
 distclean: clean
        rm -f mlastyle.sty mlastyle.dvi mlastyle.ps mlastyle.pdf
 
-tar:   all clean
+tar:   mlastyle.sty mlastyle.dvi clean
        rm -f mlastyle.tar.gz
        tar czCf .. mlastyle.tar.gz \
          $(SRCDIR)/README $(SRCDIR)/Makefile \
        rm -f mlastyle.tar.gz
        tar czCf .. mlastyle.tar.gz \
          $(SRCDIR)/README $(SRCDIR)/Makefile \
@@ -64,7 +64,7 @@ tar:  all clean
          $(SRCDIR)/mlastyle.dvi
 
 
          $(SRCDIR)/mlastyle.dvi
 
 
-zip:   all clean
+zip:   mlastyle.sty mlastyle.dvi clean
        mkdirhier tex/latex/mlastyle/
        mkdirhier doc/latex/mlastyle/
        mkdirhier source/latex/mlastyle/
        mkdirhier tex/latex/mlastyle/
        mkdirhier doc/latex/mlastyle/
        mkdirhier source/latex/mlastyle/