[or-cvs] Fix make dist; add notes on documentation

Nick Mathewson nickm at seul.org
Sun Dec 19 04:48:39 UTC 2004


Update of /home/or/cvsroot/tor/contrib/osx
In directory moria.mit.edu:/tmp/cvs-serv6128/contrib/osx

Modified Files:
      Tag: tor-0_0_9-patches
	Makefile.am package.sh 
Log Message:
Fix make dist; add notes on documentation

Index: Makefile.am
===================================================================
RCS file: /home/or/cvsroot/tor/contrib/osx/Attic/Makefile.am,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -d -r1.1.2.1 -r1.1.2.2
--- Makefile.am	19 Dec 2004 04:26:30 -0000	1.1.2.1
+++ Makefile.am	19 Dec 2004 04:48:34 -0000	1.1.2.2
@@ -1,8 +1,8 @@
 confdir = $(sysconfdir)/tor
 
 EXTRA_DIST = License.rtf PrivoxyConfDesc.plist PrivoxyConfInfo.plist    \
-    ReadMe.rtf StartupParaeters.plist Tor TorBundleDesc.plist.in        \
+    ReadMe.rtf StartupParameters.plist Tor TorBundleDesc.plist.in        \
     TorBundleInfo.plist.in TorBundleWelcome.rtf TorDesc.plist.in        \
-    TorInfo.plist. TorStartupDesc.plist TorStartupInfo.plist            \
+    TorInfo.plist.in TorStartupDesc.plist TorStartupInfo.plist            \
     package.sh privoxy.config
 

Index: package.sh
===================================================================
RCS file: /home/or/cvsroot/tor/contrib/osx/Attic/package.sh,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -d -r1.1.2.1 -r1.1.2.2
--- package.sh	19 Dec 2004 04:26:30 -0000	1.1.2.1
+++ package.sh	19 Dec 2004 04:48:34 -0000	1.1.2.2
@@ -1,5 +1,9 @@
 #!/bin/sh
 
+# Helpful info:
+#   http://developer.apple.com/documentation/DeveloperTools/Conceptual/SoftwareDistribution/index.html
+#   man packagemaker
+
 if [ "XX$VERSION" = 'XX' ]; then
   echo "VERSION not set."
   exit 1



More information about the tor-commits mailing list