Changed "all" in tar and zip targets to relevant files
[latex-mlastyle.git] / Makefile
index 0b08d71e88d6e1403bd436f6f927c1c93e05bc36..ba493d16ddfde151ec2634f3dc7178e7ddf10478 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ MAKEINDEX=/usr/bin/makeindex
 
 
 .SUFFIXES: .sty .ins .dtx .dvi .ps .pdf
-.PHONY: clean distclean tar zip install
+.PHONY: clean distclean tar zip install target
 
 %.ind: %.idx
        $(MAKEINDIX) -s gglo.ist -o $@ $<
@@ -55,7 +55,7 @@ clean:
 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 \
@@ -64,7 +64,7 @@ tar:  all clean
          $(SRCDIR)/mlastyle.dvi
 
 
-zip:   all clean
+zip:   mlastyle.sty mlastyle.dvi clean
        mkdirhier tex/latex/mlastyle/
        mkdirhier doc/latex/mlastyle/
        mkdirhier source/latex/mlastyle/