diff options
author | Andrew Lewman <andrew@torproject.org> | 2006-03-11 05:23:18 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2006-03-11 05:23:18 +0000 |
commit | 1b9e8303906bf945c031bca638913376a600fba9 (patch) | |
tree | a42d29e57113ce1d2ec7cf7e170312ec0d4a405d /contrib/osx/Makefile.am | |
parent | 1ca6fa99e3b0ce0becb4dfdb2a67631a58c5f46b (diff) | |
download | tor-1b9e8303906bf945c031bca638913376a600fba9.tar.gz tor-1b9e8303906bf945c031bca638913376a600fba9.zip |
Include actual documentation with the installation, include the
uninstaller in executable format, and make the install pretty.
svn:r6119
Diffstat (limited to 'contrib/osx/Makefile.am')
-rw-r--r-- | contrib/osx/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/osx/Makefile.am b/contrib/osx/Makefile.am index 40dc7c7d9f..9bde37f3e7 100644 --- a/contrib/osx/Makefile.am +++ b/contrib/osx/Makefile.am @@ -5,5 +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 - + Tor_Uninstaller.applescript uninstall_tor_bundle.sh tor-resolve.pdf \ + tor-reference.pdf |