Skip to content

Commit b9b1135

Browse files
authored
Update .travis.yml
Same as before; comment out the manpage stuff for now.
1 parent 4447d52 commit b9b1135

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ script:
1717
- make BUILDROOT=$(readlink -f appdir) install
1818
- mkdir -p ./appdir/usr/share/doc/html/ipptool ; cp man/*.html ./appdir/usr/share/doc/html/ipptool/
1919
- mkdir -p ./appdir/usr/share/man/man{1,5,7,8} ;
20-
- cp man/*.1 ./appdir/usr/share/man/man1/ ;
21-
- cp man/*.5 ./appdir/usr/share/man/man5/ ;
22-
- cp man/*.7 ./appdir/usr/share/man/man7/ ;
23-
- cp man/*.8 ./appdir/usr/share/man/man8/ ;
20+
- #cp man/*.1 ./appdir/usr/share/man/man1/ ;
21+
- #cp man/*.5 ./appdir/usr/share/man/man5/ ;
22+
- #cp man/*.7 ./appdir/usr/share/man/man7/ ;
23+
- #cp man/*.8 ./appdir/usr/share/man/man8/ ;
2424
- find . -type f -name "*.txt" -exec cp {} ./appdir/ \;
2525
- find . -type f -name "*.md" -exec cp {} ./appdir/ \;
2626
- find . -type f -name README -exec cp {} ./appdir/ \;

0 commit comments

Comments
 (0)