[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] r20422: {torbrowser} Update the directions. (torbrowser/trunk/build-scripts)



Author: ioerror
Date: 2009-08-28 02:44:22 -0400 (Fri, 28 Aug 2009)
New Revision: 20422

Modified:
   torbrowser/trunk/build-scripts/Makefile.linux
Log:
Update the directions.


Modified: torbrowser/trunk/build-scripts/Makefile.linux
===================================================================
--- torbrowser/trunk/build-scripts/Makefile.linux	2009-08-28 06:30:11 UTC (rev 20421)
+++ torbrowser/trunk/build-scripts/Makefile.linux	2009-08-28 06:44:22 UTC (rev 20422)
@@ -6,11 +6,21 @@
 ###
 ###
 ### You want to do the following currently supported activities:
-### make -f Makefile.linux build-all-binaries # This downloads and compiles everything
-### make -f Makefile.linux generic-bundle # This makes a generic bundle
-### make -f Makefile.linux bundle_en-US # This makes the English bundle
-### make -f Makefile.linux bundle_de # This makes the German bundle
-### make -f Makefile.linux compressed-bundle_de # This makes the German compressed bundle
+# This downloads and compiles everything
+### make -f Makefile.linux build-all-binaries
+# This makes a generic bundle
+### make -f Makefile.linux generic-bundle
+# This makes the English bundle
+### make -f Makefile.linux bundle_en-US
+# This makes the German bundle
+### make -f Makefile.linux bundle_de
+# This makes the German compressed bundle
+### make -f Makefile.linux compressed-bundle_de 
+# It's possible you may also want to do:
+### make -f Makefile.linux build-all-binaries
+### make -f Makefile.linux all-compressed-bundles
+### ...
+### Look in tbbl-dist/ for your files.
 ###
 ### See LICENSE for licensing information
 ###