]> eyrie.org Git - kerberos/kstart.git/commitdiff
Move POD documentation into a docs subdirectory
authorRuss Allbery <eagle@eyrie.org>
Sat, 26 Dec 2015 00:23:47 +0000 (16:23 -0800)
committerRuss Allbery <eagle@eyrie.org>
Sat, 26 Dec 2015 00:23:47 +0000 (16:23 -0800)
This is required for the standardized documentation check, and
reduces some clutter at the top level.

Makefile.am
autogen
docs/k5start.pod [moved from k5start.pod with 99% similarity]
docs/krenew.pod [moved from krenew.pod with 99% similarity]

index 752468b73ce73d121e941519751cf418ac3f146e..acbcd23199318f777c5fb0bd40929723c61d09ab 100644 (file)
@@ -73,13 +73,13 @@ krenew_SOURCES = framework.c internal.h krenew.c
 krenew_LDFLAGS = $(KRB5_LDFLAGS) $(KAFS_LDFLAGS)
 krenew_LDADD = $(LIBKAFS) util/libutil.a portable/libportable.a \
        $(K5START_LIBS)
-dist_man_MANS = k5start.1 krenew.1
+dist_man_MANS = docs/k5start.1 docs/krenew.1
 
 DISTCLEANFILES = config.h.in~ tests/data/.placeholder
 MAINTAINERCLEANFILES = Makefile.in aclocal.m4 build-aux/compile                \
        build-aux/config.guess build-aux/config.sub build-aux/depcomp   \
        build-aux/install-sh build-aux/missing config.h.in configure    \
-       k5start.1 krenew.1
+       docs/k5start.1 docs/krenew.1
 
 # Remove the Autoconf cache directory on make distclean.
 distclean-local:
diff --git a/autogen b/autogen
index 780c36c1f244bc2cd58467280bf5fa0ec2f6ff19..f9ff9266d0d59030c119b48240b9671beb25c82f 100755 (executable)
--- a/autogen
+++ b/autogen
@@ -1,6 +1,13 @@
 #!/bin/sh
 #
 # Run this shell script to bootstrap as necessary after a fresh checkout.
+#
+# Written by Russ Allbery <eagle@eyrie.org>
+# Copyright 2015 Russ Allbery <eagle@eyrie.org>
+# Copyright 2005, 2007, 2008, 2011
+#     The Board of Trustees of the Leland Stanford Junior University
+#
+# See LICENSE for licensing terms.
 
 set -e
 
@@ -9,5 +16,7 @@ autoreconf -i --force
 
 # Generate manual pages.
 version=`grep '^kstart' NEWS | head -1 | cut -d' ' -f2`
-pod2man --release="$version" --center="kstart" k5start.pod > k5start.1
-pod2man --release="$version" --center="kstart" krenew.pod > krenew.1
+pod2man --release="$version" --center="kstart" docs/k5start.pod \
+    >docs/k5start.1
+pod2man --release="$version" --center="kstart" docs/krenew.pod \
+    >docs/krenew.1
similarity index 99%
rename from k5start.pod
rename to docs/k5start.pod
index 704c526fd7e50e60f1f9c749883a64609848e378..e6ff9bd5d7ee62c9f51d918567e5252baf5d18bd 100644 (file)
@@ -1,7 +1,7 @@
 =for stopwords
--bFhLnPqstvx keytab username kinit LDAP aklog HUP ALRM KRB5CCNAME AFS PAG
+-abFhLnPqstvx keytab username kinit LDAP aklog HUP ALRM KRB5CCNAME AFS PAG
 init AKLOG kstart krenew afslog Bense Allbery Navid Golpayegani
-forwardable proxiable designator Ctrl-C
+forwardable proxiable designator Ctrl-C backoff
 
 =head1 NAME
 
similarity index 99%
rename from krenew.pod
rename to docs/krenew.pod
index 1465edabbf02a06cff8c3f75b3163dcd5094b660..d711a0a110e9124c5d6c92461babc1d040a18ccc 100644 (file)
@@ -1,6 +1,6 @@
 =for stopwords
--bhiLstvx aklog AFS OpenSSH PAG HUP ALRM KRB5CCNAME AKLOG kstart afslog
-Allbery Bense designator krenew Ctrl-C SIGHUP
+-abhiLstvx aklog AFS OpenSSH PAG HUP ALRM KRB5CCNAME AKLOG kstart afslog
+Allbery Bense designator krenew Ctrl-C SIGHUP backoff
 
 =head1 NAME