summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Quinson <mquinson@debian.org>2003-06-25 13:33:56 +0000
committerMartin Quinson <mquinson@debian.org>2003-06-25 13:33:56 +0000
commit961e575f6e904a6b6405b039052913905ff95de7 (patch)
treef3ca876e77d39cfe6a273a32783d5008ee4e2b3c
parent0a1e5d20d44777454fca0af4a8ca1d5560ca9376 (diff)
downloadquilt-961e575f6e904a6b6405b039052913905ff95de7.tar.gz
make clean before dist; remove po/*.mo on clean
-rw-r--r--Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index c5e5d1c..5942927 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -85,6 +85,7 @@ SRC += $(DEBIAN:%=debian/%)
LINGUAS := fr de
PO := Makefile quilt.pot $(LINGUAS:%=%.po)
SRC += $(PO:%=po/%)
+DIRT += po/*.mo
SRC += test/one.test test/run
@@ -96,7 +97,7 @@ all : scripts
scripts : $(BIN:%=bin/%) $(QUILT:%=quilt/%) $(SCRIPTS:%=scripts/%) \
$(LIB:%=lib/%) $(DOC:%=doc/%) $(MAN1)
-dist : $(PACKAGE)-$(VERSION).tar.gz
+dist : clean $(PACKAGE)-$(VERSION).tar.gz
snapshot : $(PACKAGE)-$(ISODATE).tar.bz2
@@ -216,6 +217,7 @@ install : scripts
clean :
rm -f $(DIRT)
+ rm -f po/*.mo
distclean : clean
rm -f config.log config.status Makefile