diff options
author | Carlos Zuferri <chals@chalsattack.com> | 2014-05-25 13:09:16 +0200 |
---|---|---|
committer | Carlos Zuferri <chals@chalsattack.com> | 2014-05-25 13:09:16 +0200 |
commit | 8875d47e8187ed95e2396abb7942a8a99b98f625 (patch) | |
tree | 182dfd8967f651800b2617a23e8e15d1004674ac | |
parent | 121de9686c7b644d224241c6fe323ac29cf7010a (diff) | |
download | live-boot-8875d47e8187ed95e2396abb7942a8a99b98f625.tar.gz live-boot-8875d47e8187ed95e2396abb7942a8a99b98f625.zip |
Removing obsolete flag '--no-backups' from po4a options.
-rw-r--r-- | manpages/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manpages/Makefile b/manpages/Makefile index e488b68..87e2d56 100644 --- a/manpages/Makefile +++ b/manpages/Makefile @@ -30,7 +30,7 @@ build: po4a.cfg exit 1; \ fi - po4a --keep 0 --no-backups --package-name live-boot po4a.cfg + po4a --keep 0 --package-name live-boot po4a.cfg clean: rm -rf $(LANGUAGES) |