summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--Makefile3
-rw-r--r--man.include7
3 files changed, 8 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index b2bdc59..b281ba4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,8 @@ This file lists all changes except typo and formatting fixes.
2009-07-12 Arfrever Frehtes Taifersar Arahesis
+ * man.include, Makefile: Update python-updater.1.
+
* python-updater: Allow to pass additional options to package manager.
Bug #239174.
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)
-
diff --git a/man.include b/man.include
index a40faea..ccaaa0b 100644
--- a/man.include
+++ b/man.include
@@ -33,15 +33,18 @@ See EXAMPLES for a list examples.
See ENVIRONMENT on how to set default options to override
[COPYRIGHT]
-Copyright \(co 2007-2008 Gentoo Foundation,
+Copyright \(co 2007-2009 Gentoo Foundation,
distributed under the terms of the GNU General Public License v2
[REPORTING BUGS]
Submit bug reports to https://bugs.gentoo.org/
[AUTHORS]
Bryan Østergaard "kloeri" <bryan.ostergaard@gmail.com>
- Wrote main code
+ Previous maintainer
Ali Polatel "hawking" <hawking@gentoo.org>
+ Previous maintainer
+
+Arfrever Frehtes Taifersar Arahesis "arfrever" <arfrever@gentoo.org>
Current maintainer
[EXAMPLES]