commit: a7a09e0bdb93356fdcb45e2e5bbd07502291db5d Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org> AuthorDate: Wed Jan 7 19:40:21 2015 +0000 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org> CommitDate: Wed Jan 7 19:40:21 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/gentoo-keys.git;a=commit;h=a7a09e0b
gentoo-keys: Add the doc and py2man directories to testpath and .gitignore --- .gitignore | 6 ++++++ testpath | 5 +++++ 2 files changed, 11 insertions(+) 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
