[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r21568: {website} Update Makefile for how to set up the TORGIT var (website/trunk)
Author: sebastian
Date: 2010-02-07 04:11:26 +0000 (Sun, 07 Feb 2010)
New Revision: 21568
Modified:
website/trunk/Makefile
Log:
Update Makefile for how to set up the TORGIT var
Modified: website/trunk/Makefile
===================================================================
--- website/trunk/Makefile 2010-02-07 03:05:47 UTC (rev 21567)
+++ website/trunk/Makefile 2010-02-07 04:11:26 UTC (rev 21568)
@@ -1,13 +1,14 @@
# Directions for building the website:
# 1. check out stable-tor, make TORSVNSTABLE point to it.
-# 2. Clone the Tor git repository, make TORGIT point to it.
+# 2. Clone the Tor git repository, make TORGIT point to it. This needs to be
+# the path to the .git directory (or a bare repo).
# 3. (edit include/versions.wmi or others if you like)
# 4. Update STABLETAG and DEVTAG below if there is a new git tag
# 5. make
# 6. ./publish
TORSVNSTABLE = ../tor-stable
-TORGIT = ../tor
+TORGIT = ../tor/.git
STABLETAG = tor-0.2.1.22
DEVTAG = tor-0.2.2.8-alpha
#TORSVNSTABLE = /home/arma/work/onion/git/tor-021