From 90c7aa54cb0767363e57fcaac1ab145a0f2c6177 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Thu, 13 Nov 2003 07:27:10 +0000 Subject: [PATCH] Changed "all" in tar and zip targets to relevant files --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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/ -- 2.30.2