Sfoglia il codice sorgente

Added html.stylesheet stringparam to xsltproc to include ser.css as referenced stylesheet in
html-generated docs.

Greger V. Teigre 19 anni fa
parent
commit
308b9899e9
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      Makefile.doc

+ 1 - 0
Makefile.doc

@@ -102,6 +102,7 @@ pdf: $(pdf_files)
         --stringparam base.dir "$(OUTPUT_DIR)/" \
         --stringparam root.filename "$(basename $<)" \
         --stringparam html.ext ".html" \
+	--stringparam html.stylesheet ser.css \
         $(HTML_XSL) $<
 
 %.fo: %.xml $(alldep) $(FO_XSL)