diff website/www/Makefile @ 4609:9ed905019303

website docs: Added link to Makefile and adapted the hg command needed for sf.
author Bernhard Reiter <bernhard@intevation.de>
date Tue, 24 Apr 2012 16:17:41 +0200
parents e5d87b92983a
children 8e34362a14f7
line wrap: on
line diff
--- a/website/www/Makefile	Mon Apr 23 17:56:46 2012 +0200
+++ b/website/www/Makefile	Tue Apr 24 16:17:41 2012 +0200
@@ -11,7 +11,10 @@
 clean:
 	-rm -rf $(TMP)
 
-html:
+docs:
+	ln -s ../../doc ./docs
+
+html: docs
 	mkdir -p $(TMP)/doctrees $(HTML)
 	sphinx-build -b html -d $(TMP)/doctrees . $(HTML)
 

Roundup Issue Tracker: http://roundup-tracker.org/