diff options
author | Daniel Baumann <daniel@debian.org> | 2010-05-09 13:53:21 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2010-05-09 13:53:53 +0200 |
commit | 4c63607722dd75405b5fb11fb74853be63e4d2c3 (patch) | |
tree | 6f6c8bb14f8b88c08518ada64288921679d90c92 /manpages/Makefile | |
parent | bc55837d994eeaf3329fe6eb91574b3d1a5bf3d0 (diff) | |
download | vyos-live-build-4c63607722dd75405b5fb11fb74853be63e4d2c3.tar.gz vyos-live-build-4c63607722dd75405b5fb11fb74853be63e4d2c3.zip |
Adding German manpage translations.
Diffstat (limited to 'manpages/Makefile')
-rw-r--r-- | manpages/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manpages/Makefile b/manpages/Makefile index 2b9fdcc04..427d89c58 100644 --- a/manpages/Makefile +++ b/manpages/Makefile @@ -28,10 +28,10 @@ build: po4a.cfg exit 1; \ fi - po4a --keep 0 --package-name live-helper po4a.cfg + po4a --keep 0 --no-backups --package-name live-helper po4a.cfg clean: - rm -f */*.po~ + rm -f po/*/*.po~ distclean: clean rm -f po4a.cfg |