Update Makefile for how to set up the TORGIT var
Sebastian Hahn

Sebastian Hahn commited on 2010-02-07 05:11:26
Zeige 1 geänderte Dateien mit 3 Einfügungen und 2 Löschungen.

... ...
@@ -1,13 +1,14 @@
1 1
 # Directions for building the website:
2 2
 # 1. check out stable-tor, make TORSVNSTABLE point to it.
3
-# 2. Clone the Tor git repository, make TORGIT point to it.
3
+# 2. Clone the Tor git repository, make TORGIT point to it. This needs to be
4
+#    the path to the .git directory (or a bare repo).
4 5
 # 3. (edit include/versions.wmi or others if you like)
5 6
 # 4. Update STABLETAG and DEVTAG below if there is a new git tag
6 7
 # 5. make
7 8
 # 6. ./publish
8 9
 
9 10
 TORSVNSTABLE = ../tor-stable
10
-TORGIT = ../tor
11
+TORGIT = ../tor/.git
11 12
 STABLETAG = tor-0.2.1.22
12 13
 DEVTAG = tor-0.2.2.8-alpha
13 14
 #TORSVNSTABLE = /home/arma/work/onion/git/tor-021
14 15