tools: make viewhtml to preview site

This commit is contained in:
Simon Michael 2010-02-26 00:23:44 +00:00
parent 9cb66a2bc0
commit e15fbb5c8b

View File

@ -270,6 +270,9 @@ html:
cd website && ln -sf ../SCREENSHOTS && $(RST2HTML) SCREENSHOTS >SCREENSHOTS.html && rm -f SCREENSHOTS
cd website; rm -f index.html; ln -s README.html index.html; rm -f profs; ln -s ../profs
viewhtml: html
$(VIEWHTML) website/index.html
pdf: docspdf codepdf
# generate pdf versions of main docs