Mercurial > p > roundup > code
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 4608:24bf81a617dd | 4609:9ed905019303 |
|---|---|
| 9 @echo " linkcheck to check all external links for integrity" | 9 @echo " linkcheck to check all external links for integrity" |
| 10 | 10 |
| 11 clean: | 11 clean: |
| 12 -rm -rf $(TMP) | 12 -rm -rf $(TMP) |
| 13 | 13 |
| 14 html: | 14 docs: |
| 15 ln -s ../../doc ./docs | |
| 16 | |
| 17 html: docs | |
| 15 mkdir -p $(TMP)/doctrees $(HTML) | 18 mkdir -p $(TMP)/doctrees $(HTML) |
| 16 sphinx-build -b html -d $(TMP)/doctrees . $(HTML) | 19 sphinx-build -b html -d $(TMP)/doctrees . $(HTML) |
| 17 | 20 |
| 18 linkcheck: | 21 linkcheck: |
| 19 mkdir -p $(TMP)/linkcheck $(TMP)/doctrees | 22 mkdir -p $(TMP)/linkcheck $(TMP)/doctrees |
