diff options
| -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 |
