]> eyrie.org Git - kerberos/kstart.git/commitdiff
Fix paths to POD docs in EXTRA_DIST
authorRuss Allbery <eagle@eyrie.org>
Sat, 26 Dec 2015 00:59:17 +0000 (16:59 -0800)
committerRuss Allbery <eagle@eyrie.org>
Sat, 26 Dec 2015 00:59:17 +0000 (16:59 -0800)
Makefile.am

index acbcd23199318f777c5fb0bd40929723c61d09ab..c92cfd70bf4c36b15b5a04b7c0019ae14225a83e 100644 (file)
@@ -8,17 +8,18 @@
 # See LICENSE for licensing terms.
 
 ACLOCAL_AMFLAGS = -I m4
-EXTRA_DIST = .gitignore LICENSE autogen examples/krenew-agent k5start.pod   \
-       krenew.pod kstart.spec tests/README tests/TESTS tests/data/README   \
-       tests/data/command tests/data/fake-aklog tests/docs/pod-spelling-t  \
-       tests/docs/pod-t tests/k5start/afs-t tests/k5start/basic-t          \
-       tests/k5start/daemon-t tests/k5start/errors-t tests/k5start/flags-t \
-       tests/k5start/keyring-t tests/k5start/non-renewable-t               \
-       tests/k5start/perms-t tests/k5start/sigchld-t tests/kafs/basic-t    \
-       tests/krenew/afs-t tests/krenew/basic-t tests/krenew/daemon-t       \
-       tests/krenew/errors-t tests/krenew/keyring-t                        \
-       tests/krenew/non-renewable-t tests/libtest.pl tests/tap/libtap.sh   \
-       tests/tap/perl/Test/RRA.pm tests/tap/perl/Test/RRA/Automake.pm      \
+EXTRA_DIST = .gitignore LICENSE autogen docs/k5start.pod docs/krenew.pod    \
+       examples/krenew-agent kstart.spec tests/README tests/TESTS          \
+       tests/data/README tests/data/command tests/data/fake-aklog          \
+       tests/docs/pod-spelling-t tests/docs/pod-t tests/k5start/afs-t      \
+       tests/k5start/basic-t tests/k5start/daemon-t tests/k5start/errors-t \
+       tests/k5start/flags-t tests/k5start/keyring-t                       \
+       tests/k5start/non-renewable-t tests/k5start/perms-t                 \
+       tests/k5start/sigchld-t tests/kafs/basic-t tests/krenew/afs-t       \
+       tests/krenew/basic-t tests/krenew/daemon-t tests/krenew/errors-t    \
+       tests/krenew/keyring-t tests/krenew/non-renewable-t                 \
+       tests/libtest.pl tests/tap/libtap.sh tests/tap/perl/Test/RRA.pm     \
+       tests/tap/perl/Test/RRA/Automake.pm                                 \
        tests/tap/perl/Test/RRA/Config.pm tests/util/xmalloc-t
 
 # Enable AFS support when running distcheck.