diff options
author | chals <chals@altorricon.com> | 2013-11-05 19:22:19 +0100 |
---|---|---|
committer | chals <chals@altorricon.com> | 2013-11-05 19:22:19 +0100 |
commit | b1470f5fe5989dfb0fa2117f0c9a60f1a338b49f (patch) | |
tree | 630ae09956318f3a9e7cab7447f18aabe69f990e /manpages | |
parent | 8245c7d0fc176f110859f4ea544d09026c6c8ccd (diff) | |
download | vyos-live-build-b1470f5fe5989dfb0fa2117f0c9a60f1a338b49f.tar.gz vyos-live-build-b1470f5fe5989dfb0fa2117f0c9a60f1a338b49f.zip |
Removing obsolete po4a flag 'no-backups' from manpages/Makefile.
Diffstat (limited to 'manpages')
-rw-r--r-- | manpages/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manpages/Makefile b/manpages/Makefile index c31c3fe63..c8ce3183e 100644 --- a/manpages/Makefile +++ b/manpages/Makefile @@ -28,7 +28,7 @@ build: po4a.cfg exit 1; \ fi - po4a --keep 0 --no-backups --package-name live-build po4a.cfg + po4a --keep 0 --package-name live-build po4a.cfg clean: rm -f po/*/*.po~ |