From 961e575f6e904a6b6405b039052913905ff95de7 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Wed, 25 Jun 2003 13:33:56 +0000 Subject: make clean before dist; remove po/*.mo on clean --- Makefile.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile.in') 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 -- cgit