Add XSLT postprocessing of HTML files to fix browser problems
[senf.git] / SConstruct
index 2bd5c45..7946269 100644 (file)
@@ -14,6 +14,7 @@ env.Append(
    CPPPATH = [ '#' ],
    LIBS = [ 'iberty' ],
    DOXY_XREF_TYPES = [ 'bug', 'fixme', 'todo', 'idea' ],
+   DOXY_HTML_XSL = '#/doclib/html-munge.xsl',
 )
 
 import datetime