From 296f8832222f28d4a8c51f54693789fd93f5bc05 Mon Sep 17 00:00:00 2001 From: Adrian Likins Date: Tue, 13 Jan 2009 17:33:15 -0500 Subject: fix up some docs bugs. Looks like they were introduced in the certmaster/func split. fix https://fedorahosted.org/certmaster/ticket/5 (certmaster-request man page was getting created incorrectly) --- Makefile | 2 +- docs/certmaster-ca.pod | 4 ++-- docs/certmaster-request.pod | 3 ++- docs/certmaster.pod | 5 +++-- setup.py | 2 +- 5 files changed, 9 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index be3c0b9..45f3e86 100755 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ all: rpms manpage: - pod2man --center="certmaster-request" --release="" ./docs/certmaster-inventory.pod | gzip -c > ./docs/certmaster-request.1.gz + pod2man --center="certmaster-request" --release="" ./docs/certmaster-request.pod | gzip -c > ./docs/certmaster-request.1.gz pod2man --center="certmaster" --release="" ./docs/certmaster.pod | gzip -c > ./docs/certmaster.1.gz pod2man --center="certmaster-ca" --release="" ./docs/certmaster-ca.pod | gzip -c > ./docs/certmaster-ca.1.gz diff --git a/docs/certmaster-ca.pod b/docs/certmaster-ca.pod index 0b95b4a..39cc491 100644 --- a/docs/certmaster-ca.pod +++ b/docs/certmaster-ca.pod @@ -28,11 +28,11 @@ To configure this, edit /etc/certmaster/certmaster.conf. =head1 ADDITONAL RESOURCES See https://fedorahosted.org/certmaster. It's a Wiki. - +See also https://fedorahosted.org/func See also the manpages for "certmaster" and "certmaster-request". =head1 AUTHOR Various. See https://fedorahosted.org/certmaster - +and https://fedorahosted.org/func diff --git a/docs/certmaster-request.pod b/docs/certmaster-request.pod index 1a7bf4a..03ff85a 100644 --- a/docs/certmaster-request.pod +++ b/docs/certmaster-request.pod @@ -31,6 +31,7 @@ See also the manpages for "certmaster", and "certmaster-ca". =head1 AUTHOR -Various. See https://fedorahosted.org/func +Various. See https://fedorahosted.org/func and +https://fedorahosted.org/certmaster diff --git a/docs/certmaster.pod b/docs/certmaster.pod index 08985cf..ac1566c 100644 --- a/docs/certmaster.pod +++ b/docs/certmaster.pod @@ -18,11 +18,12 @@ Certmaster is configured by /etc/certmaster/certmaster.conf =head1 ADDITONAL RESOURCES See https://fedorahosted.org/certmaster/. It's a Wiki. - +See also See also the manpages for "certmaster-request" and "certmaster-ca". =head1 AUTHOR -Various. See https://hosted.fedoraproject.org/projects/func +Various. See https://fedorahosted.org/certmaster and +https://fedorahosted.org/func diff --git a/setup.py b/setup.py index e47e1b0..1c9f213 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ if __name__ == "__main__": name="%s" % NAME, version = VERSION, author = "Lots", - author_email = "certmaster-list@redhat.com", + author_email = "func-list@redhat.com", url = "https://hosted.fedoraproject.org/projects/certmaster/", license = "GPL", scripts = [ -- cgit