[tor-commits] r25443: {website} Move the TORGIT config option to Makefile.local (website/trunk)
Peter Palfrader
peter at palfrader.org
Fri Feb 17 16:50:37 UTC 2012
Author: weasel
Date: 2012-02-17 16:50:37 +0000 (Fri, 17 Feb 2012)
New Revision: 25443
Added:
website/trunk/.gitignore
website/trunk/Makefile.local.sample
Modified:
website/trunk/Makefile
Log:
Move the TORGIT config option to Makefile.local
Added: website/trunk/.gitignore
===================================================================
--- website/trunk/.gitignore (rev 0)
+++ website/trunk/.gitignore 2012-02-17 16:50:37 UTC (rev 25443)
@@ -0,0 +1 @@
+/Makefile.local
Modified: website/trunk/Makefile
===================================================================
--- website/trunk/Makefile 2012-02-17 16:34:41 UTC (rev 25442)
+++ website/trunk/Makefile 2012-02-17 16:50:37 UTC (rev 25443)
@@ -10,12 +10,12 @@
# 4. make
# 5. ./publish
-export TORGIT=set this to your tor.git path
export STABLETAG=tor-0.2.2.35
export DEVTAG=tor-0.2.3.12-alpha
WMLBASE=.
SUBDIRS=docs eff projects press about download getinvolved donate torbutton
+include $(WMLBASE)/Makefile.local
include $(WMLBASE)/Makefile.common
all: $(SUBDIRS)
Added: website/trunk/Makefile.local.sample
===================================================================
--- website/trunk/Makefile.local.sample (rev 0)
+++ website/trunk/Makefile.local.sample 2012-02-17 16:50:37 UTC (rev 25443)
@@ -0,0 +1,13 @@
+# This is a sample for your Makefile.local.
+#
+# Copy this to Makefile.local and change the path to match your local
+# system.
+#
+
+# The path to a clone of the tor source code repository's .git dir.
+# Note that if your clone is a non-bare repository that you must not
+# leave out the .git part.
+#
+# e.g.:
+# export TORGIT=/home/weasel/projects/tor/tor/.git
+export TORGIT=set this to your tor.git path
More information about the tor-commits
mailing list