Build PNG images (not GIFs) for HTML docs

John Dallaway jld@ecoscentric.com
Tue May 6 15:51:00 GMT 2003


Index: ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/ChangeLog,v
retrieving revision 1.106
diff -u -5 -r1.106 ChangeLog
--- ChangeLog	1 May 2003 23:00:51 -0000	1.106
+++ ChangeLog	6 May 2003 15:50:07 -0000
@@ -1,5 +1,9 @@
+2003-05-05  John Dallaway  <jld@ecoscentric.com>
+
+	* pkgconf/rules.doc: Build PNG images (not GIFs) for HTML docs.
+
 2003-03-23  Iztok Zupet  <iz@vsr.si>

 	* pkgconf/rules.doc: Use three stylesheets instead of one.
 	One for HTML the other for PDF-letter and the third one for PDF-A4
 	format. (Stylesheets do not support two printable targets in 
Index: pkgconf/rules.doc
===================================================================
RCS file: /cvs/ecos/ecos/packages/pkgconf/rules.doc,v
retrieving revision 1.8
diff -u -5 -r1.8 rules.doc
--- pkgconf/rules.doc	1 May 2003 23:00:51 -0000	1.8
+++ pkgconf/rules.doc	6 May 2003 15:50:07 -0000
@@ -125,11 +125,11 @@
 # Generating HTML from the SGML. In practice multiple .html files may
 # be generated, but for the purposes of dependency analysis the others
 # can be ignored.
 html: copyfiles $(MAIN_HTML)
 
-$(MAIN_HTML): $(MAIN_SGML) $(OTHER_SGML) $(GIFS) $(HTML_STYLESHEET) $(FIXHTML)
+$(MAIN_HTML): $(MAIN_SGML) $(OTHER_SGML) $(PNGS) $(HTML_STYLESHEET) $(FIXHTML)
 	jade -t sgml -i html -c $(DSSSL_CATALOG) -d $(HTML_STYLESHEET)#html $<
 	tclsh $(FIXHTML)

 # PDF files can be generated in a similar fashion.
 pdfa4: copyfiles $(MAIN_PDFA4)



More information about the Ecos-patches mailing list