Skip to content

Commit

Permalink
gentoo-keys: Add the doc and py2man directories to testpath and .giti…
Browse files Browse the repository at this point in the history
…gnore
  • Loading branch information
dol-sen committed Jan 7, 2015
1 parent 41d9a20 commit a7a09e0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
5 changes: 5 additions & 0 deletions testpath
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a7a09e0

Please sign in to comment.