aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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