move .gmo removal to distclean so make distcheck works again
authorBenjamin Otte <otte@gnome.org>
Sun, 23 Nov 2003 04:42:54 +0000 (04:42 +0000)
committerBenjamin Otte <otte@gnome.org>
Sun, 23 Nov 2003 04:42:54 +0000 (04:42 +0000)
Original commit message from CVS:
move .gmo removal to distclean so make distcheck works again

po/Makefile.in.in

index 80b7aa3..343b743 100644 (file)
@@ -282,11 +282,11 @@ clean: mostlyclean
 
 distclean: clean
        rm -f Makefile Makefile.in POTFILES *.mo
+       rm -f stamp-po $(GMOFILES)
 
 maintainer-clean: distclean
        @echo "This command is intended for maintainers to use;"
        @echo "it deletes files that may require special tools to rebuild."
-       rm -f stamp-po $(GMOFILES)
 
 dist distdir:
        $(MAKE) update-po