Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
Same as before; comment out the manpage stuff for now.
  • Loading branch information
KurtPfeifle authored Oct 3, 2019
1 parent 4447d52 commit b9b1135
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ script:
- make BUILDROOT=$(readlink -f appdir) install
- mkdir -p ./appdir/usr/share/doc/html/ipptool ; cp man/*.html ./appdir/usr/share/doc/html/ipptool/
- mkdir -p ./appdir/usr/share/man/man{1,5,7,8} ;
- cp man/*.1 ./appdir/usr/share/man/man1/ ;
- cp man/*.5 ./appdir/usr/share/man/man5/ ;
- cp man/*.7 ./appdir/usr/share/man/man7/ ;
- cp man/*.8 ./appdir/usr/share/man/man8/ ;
- #cp man/*.1 ./appdir/usr/share/man/man1/ ;
- #cp man/*.5 ./appdir/usr/share/man/man5/ ;
- #cp man/*.7 ./appdir/usr/share/man/man7/ ;
- #cp man/*.8 ./appdir/usr/share/man/man8/ ;
- find . -type f -name "*.txt" -exec cp {} ./appdir/ \;
- find . -type f -name "*.md" -exec cp {} ./appdir/ \;
- find . -type f -name README -exec cp {} ./appdir/ \;
Expand Down

0 comments on commit b9b1135

Please sign in to comment.