summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-07-12 02:52:30 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-07-12 02:52:30 +0000
commit4218cd05a85aad58005aa28b63410d16b295c9e7 (patch)
tree27d5a9bf66dd157fbc42a8b8cd65b4e854e9d1d4 /Makefile
parentAllow to pass additional options to package manager. Bug #239174. (diff)
downloadpython-updater-4218cd05a85aad58005aa28b63410d16b295c9e7.tar.gz
python-updater-4218cd05a85aad58005aa28b63410d16b295c9e7.tar.bz2
python-updater-4218cd05a85aad58005aa28b63410d16b295c9e7.zip
Update python-updater.1.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 523d14c..1d6e74d 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ TARBALL=$(PKGDIR).tar.bz2
all: python-updater.1 tarball
python-updater.1: python-updater $(MAN_INCLUDE)
- help2man -L en_GB.UTF-8 -Ni $(MAN_INCLUDE) ./python-updater -o $@
+ help2man -L C -Ni $(MAN_INCLUDE) ./python-updater -o $@
sed -i -e 's/ in the manpage//' \
-e 's/\*[[:space:]]\([[:alpha:]]*\).*/\1 /' $@
@@ -23,4 +23,3 @@ tarball:
upload:
scp $(TARBALL) dev.gentoo.org:/space/distfiles-local
ssh dev.gentoo.org chmod ug+rw /space/distfiles-local/$(TARBALL)
-