From: Tim Pope Date: Thu, 13 Nov 2003 07:27:10 +0000 (+0000) Subject: Changed "all" in tar and zip targets to relevant files X-Git-Url: http://git.tpope.net/?p=latex-mlastyle.git;a=commitdiff_plain;h=90c7aa54cb0767363e57fcaac1ab145a0f2c6177 Changed "all" in tar and zip targets to relevant files --- diff --git a/Makefile b/Makefile index 34c1180..ba493d1 100644 --- a/Makefile +++ b/Makefile @@ -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/