From 54a5ad012b134ebe324f92fae8a921ed6e894133 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 12 Jul 2010 00:07:42 +0200 Subject: [PATCH] Improving clean target in manpages Makefile a bit. --- manpages/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/manpages/Makefile b/manpages/Makefile index def1408..444468a 100644 --- a/manpages/Makefile +++ b/manpages/Makefile @@ -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 -- 2.1.4