[or-cvs] make the os x package handle the new location of docs, plus

arma at seul.org arma at seul.org
Fri Mar 31 05:14:33 UTC 2006


Update of /home2/or/cvsroot/tor/contrib/osx
In directory moria:/home/arma/work/onion/cvs/tor/contrib/osx

Modified Files:
	package.sh 
Log Message:
make the os x package handle the new location of docs, plus
include the needed img's.


Index: package.sh
===================================================================
RCS file: /home2/or/cvsroot/tor/contrib/osx/package.sh,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -p -d -r1.17 -r1.18
--- package.sh	13 Mar 2006 03:08:05 -0000	1.17
+++ package.sh	31 Mar 2006 05:14:29 -0000	1.18
@@ -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



More information about the tor-commits mailing list