From e15fbb5c8b3d608850eaf6695e453cd01c5ada3c Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 26 Feb 2010 00:23:44 +0000 Subject: [PATCH] tools: make viewhtml to preview site --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index b2fcbbcbd..4166e1b20 100644 --- a/Makefile +++ b/Makefile @@ -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