diff options
| author | Daniel Baumann <daniel@debian.org> | 2010-07-12 00:07:42 +0200 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 17:53:26 +0100 |
| commit | b65bbc80e2c6fea54ece71a987f98b345cb71142 (patch) | |
| tree | c0be64ff0c14f3f2ce7ae386bc29fdc7863360ae | |
| parent | 445326fea9e5636df0773595fb59b2e7f5dce8f3 (diff) | |
| download | live-boot-b65bbc80e2c6fea54ece71a987f98b345cb71142.tar.gz live-boot-b65bbc80e2c6fea54ece71a987f98b345cb71142.zip | |
Improving clean target in manpages Makefile a bit.
| -rw-r--r-- | manpages/Makefile | 3 |
1 files changed, 1 insertions, 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 |
