diff options
Diffstat (limited to 'contrib/osx/package.sh')
-rw-r--r-- | contrib/osx/package.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/osx/package.sh b/contrib/osx/package.sh index 414a1c7b07..7a520ff6d8 100644 --- a/contrib/osx/package.sh +++ b/contrib/osx/package.sh @@ -92,7 +92,7 @@ EOF DOC=$BUILD_DIR/tor_resources/documents mkdir $DOC -cp doc/tor-doc.html doc/tor-doc.css doc/tor-doc-osx.html $DOC +cp doc/stylesheet.css doc/tor-doc-osx.html $DOC 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 |