Loading contrib/osx/package.sh +4 −1 Original line number Diff line number Diff line Loading @@ -92,7 +92,10 @@ EOF DOC=$BUILD_DIR/tor_resources/documents mkdir $DOC cp doc/stylesheet.css doc/tor-doc-osx.html $DOC mkdir $DOC/howto cp doc/website/stylesheet.css doc/website/tor-doc-osx.html.* $DOC/howto mkdir $DOC/img cp doc/img/screenshot-osx* $DOC/img cp AUTHORS $DOC/AUTHORS.txt groff doc/tor.1.in -T ps -m man | pstopdf -i -o $DOC/tor-reference.pdf groff doc/tor-resolve.1 -T ps -m man | pstopdf -i -o $DOC/tor-resolve.pdf Loading Loading
contrib/osx/package.sh +4 −1 Original line number Diff line number Diff line Loading @@ -92,7 +92,10 @@ EOF DOC=$BUILD_DIR/tor_resources/documents mkdir $DOC cp doc/stylesheet.css doc/tor-doc-osx.html $DOC mkdir $DOC/howto cp doc/website/stylesheet.css doc/website/tor-doc-osx.html.* $DOC/howto mkdir $DOC/img cp doc/img/screenshot-osx* $DOC/img cp AUTHORS $DOC/AUTHORS.txt groff doc/tor.1.in -T ps -m man | pstopdf -i -o $DOC/tor-reference.pdf groff doc/tor-resolve.1 -T ps -m man | pstopdf -i -o $DOC/tor-resolve.pdf Loading