aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Dolbec <dolsen@gentoo.org>2015-01-07 11:40:21 -0800
committerBrian Dolbec <dolsen@gentoo.org>2015-01-07 11:40:21 -0800
commita7a09e0bdb93356fdcb45e2e5bbd07502291db5d (patch)
treea3e842b0e8de1f72d2817161e3966ecbe325d12f
parentgkeys, gkeys-gen: Include py2man for sdist tarball creation (diff)
downloadgentoo-keys-a7a09e0bdb93356fdcb45e2e5bbd07502291db5d.tar.gz
gentoo-keys-a7a09e0bdb93356fdcb45e2e5bbd07502291db5d.tar.bz2
gentoo-keys-a7a09e0bdb93356fdcb45e2e5bbd07502291db5d.zip
gentoo-keys: Add the doc and py2man directories to testpath and .gitignore
-rw-r--r--.gitignore6
-rw-r--r--testpath5
2 files changed, 11 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 7c82236..de7e39f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,9 @@
/gkeys-ldap/README.md
/gkeys/LICENSE
/gkeys/README.md
+/gkeys/py2man
+/gkeys-gen/py2man
+/gkeys-ldap/py2man
+/gkeys/doc
+/gkeys-gen/doc
+/gkeys-ldap/doc
diff --git a/testpath b/testpath
index 6064710..e05940a 100644
--- a/testpath
+++ b/testpath
@@ -30,3 +30,8 @@ ln LICENSE gkeys-ldap/LICENSE
ln README.md gkeys/README.md
ln README.md gkeys-gen/README.md
ln README.md gkeys-ldap/README.md
+
+# Create the py2man symlinks for generating our man pages.
+ln -s py2man gkeys/py2man
+ln -s py2man gkeys-gen/py2man
+ln -s py2man gkeys-ldap/py2man