diff options
author | Andrew Lewman <andrew@torproject.org> | 2006-03-13 03:08:05 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2006-03-13 03:08:05 +0000 |
commit | 94dac6b13919e2467215d882df69926b90068472 (patch) | |
tree | d6cb1a4002531a342616b71f62d36c9e15c1f995 /contrib | |
parent | dad60905a814de9aad55fb824a5315673b9e13f9 (diff) | |
download | tor-94dac6b13919e2467215d882df69926b90068472.tar.gz tor-94dac6b13919e2467215d882df69926b90068472.zip |
Added tor_logo.gif to dist and corrected tor html doc links
svn:r6147
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/osx/Makefile.am | 3 | ||||
-rw-r--r-- | contrib/osx/package.sh | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/contrib/osx/Makefile.am b/contrib/osx/Makefile.am index 371fff7b19..c3392e0328 100644 --- a/contrib/osx/Makefile.am +++ b/contrib/osx/Makefile.am @@ -5,4 +5,5 @@ EXTRA_DIST = PrivoxyConfDesc.plist PrivoxyConfInfo.plist \ 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 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 |