Improving clean target in manpages Makefile a bit.
authorDaniel Baumann <daniel@debian.org>
Sun, 11 Jul 2010 22:07:42 +0000 (00:07 +0200)
committerDaniel Baumann <daniel@debian.org>
Sun, 11 Jul 2010 22:07:42 +0000 (00:07 +0200)
manpages/Makefile

index def1408..444468a 100644 (file)
@@ -33,10 +33,9 @@ build: po4a.cfg
        po4a --keep 0 --no-backups --package-name live-boot po4a.cfg
 
 clean:
-       rm -f po/*/*.po~
+       rm -rf $(LANGUAGES)
 
 distclean: clean
        rm -f po4a.cfg
-       rm -rf $(LANGUAGES)
 
 rebuild: distclean update build