Searched refs:htmlfile (Results 1 – 2 of 2) sorted by relevance
130 htmlfile = options.output131 if not htmlfile:132 htmlfile = basename + '.html'133 basename = os.path.splitext(os.path.basename(htmlfile))[0]136 nmf = os.path.splitext(htmlfile)[0] + '.nmf'153 Log('creating html: %s' % htmlfile)154 with open(htmlfile, 'w') as outfile:
51 htmlfile="${basename}.html"82 echo "Creating $htmlfile ..."83 xsltproc --nonet --xinclude -o $htmlfile $xsl_html $xmlfmtfile