We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 531d6c4 commit ec6b61eCopy full SHA for ec6b61e
website/README.txt
@@ -21,8 +21,10 @@ www.roundup-tracker.org:
21
. docbuilder/bin/activate
22
* update the working copy
23
cd ${project_home}/src/roundup/website/www
24
- FIXME hg pull -u
25
- FIXME ln -s ../../doc/ docs
+ hg pull -u /home/scm_hg/r/ro/roundup/roundup
+ (The warning about "Not trusting file
26
+ /home/scm_hg/r/ro/roundup/roundup/.hg/hgrc from untrusted user"
27
+ can be ignored)
28
* build it
29
make html
30
* you may also "make clean"
website/www/Makefile
@@ -11,7 +11,10 @@ help:
11
clean:
12
-rm -rf $(TMP)
13
14
-html:
+docs:
15
+ ln -s ../../doc ./docs
16
+
17
+html: docs
18
mkdir -p $(TMP)/doctrees $(HTML)
19
sphinx-build -b html -d $(TMP)/doctrees . $(HTML)
20
0 commit comments