fix up some docs bugs. Looks like they were introduced in the certmaster/func split.
authorAdrian Likins <alikins@redhat.com>
Tue, 13 Jan 2009 22:33:15 +0000 (17:33 -0500)
committerAdrian Likins <alikins@redhat.com>
Tue, 13 Jan 2009 22:33:15 +0000 (17:33 -0500)
fix https://fedorahosted.org/certmaster/ticket/5  (certmaster-request man page
was getting created incorrectly)

Makefile
docs/certmaster-ca.pod
docs/certmaster-request.pod
docs/certmaster.pod
setup.py

index be3c0b9..45f3e86 100755 (executable)
--- 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
 
index 0b95b4a..39cc491 100644 (file)
@@ -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
 
index 1a7bf4a..03ff85a 100644 (file)
@@ -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
 
 
index 08985cf..ac1566c 100644 (file)
@@ -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
 
 
index e47e1b0..1c9f213 100644 (file)
--- 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 = [