[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] Added tor_logo.gif to dist and corrected tor html doc links
Update of /home/or/cvsroot/tor/contrib/osx
In directory moria:/tmp/cvs-serv15081
Modified Files:
Makefile.am package.sh
Log Message:
Added tor_logo.gif to dist and corrected tor html doc links
Index: Makefile.am
===================================================================
RCS file: /home/or/cvsroot/tor/contrib/osx/Makefile.am,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -d -r1.7 -r1.8
--- Makefile.am 11 Mar 2006 18:47:47 -0000 1.7
+++ Makefile.am 13 Mar 2006 03:08:05 -0000 1.8
@@ -5,4 +5,5 @@ EXTRA_DIST = PrivoxyConfDesc.plist Privo
TorBundleInfo.plist.in TorBundleWelcome.rtf TorDesc.plist.in \
TorInfo.plist.in TorStartupDesc.plist.in TorStartupInfo.plist \
package.sh privoxy.config TorPostflight addsysuser \
- Tor_Uninstaller.applescript uninstall_tor_bundle.sh package_list.txt
+ Tor_Uninstaller.applescript uninstall_tor_bundle.sh \
+ package_list.txt tor_logo.gif
Index: package.sh
===================================================================
RCS file: /home/or/cvsroot/tor/contrib/osx/package.sh,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -d -r1.16 -r1.17
--- package.sh 11 Mar 2006 06:13:08 -0000 1.16
+++ package.sh 13 Mar 2006 03:08:05 -0000 1.17
@@ -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