[izpack-changes] r1995 - izpack-src/trunk/src/doc-reST

noreply at berlios.de noreply at berlios.de
Sun Jan 20 21:39:53 CET 2008


Author: jponge
Date: 2008-01-20 21:39:51 +0100 (Sun, 20 Jan 2008)
New Revision: 1995

Modified:
   izpack-src/trunk/src/doc-reST/build.py
Log:
Fix the CSS link.


Modified: izpack-src/trunk/src/doc-reST/build.py
===================================================================
--- izpack-src/trunk/src/doc-reST/build.py	2008-01-20 18:49:57 UTC (rev 1994)
+++ izpack-src/trunk/src/doc-reST/build.py	2008-01-20 20:39:51 UTC (rev 1995)
@@ -63,7 +63,7 @@
 		print('    ' + rest_file)
 		args = [
 		    '--link-stylesheet',
-		    '--stylesheet-path=izpack.css',
+		    '--stylesheet-path=html/izpack.css',
 		    '--cloak-email-addresses',
 		    '%s.txt' % rest_file,
 		    'html/%s.html' % rest_file



More information about the izpack-changes mailing list