Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Ethereal-dev: [Ethereal-dev] DocBook Makefile EDG HTML chunked

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Jaap Keuter <jaap.keuter@xxxxxxxxx>
Date: Mon, 27 Jun 2005 07:41:56 +0200 (CEST)
Hi list,

The current makefile doesn't copy the graphics of EDG HTML chunked
correctly. The attached patch fixes this.

BTW: What is the status of DocBooks' Makefile.auto.am?

Thanx,
Jaap
Index: Makefile
===================================================================
--- Makefile	(revision 14788)
+++ Makefile	(working copy)
@@ -316,8 +316,8 @@
 edg_html_chunked: $(EDG_SOURCE)
 	@ echo --- HTML CHUNKED ---
 	mkdir -p edg_html_chunked
-	mkdir -p edg_html/edg_graphics
-	cp edg_graphics/* edg_html/edg_graphics
+	mkdir -p edg_html_chunked/edg_graphics
+	cp edg_graphics/* edg_html_chunked/edg_graphics
 	$(XSLTPROC) --stringparam base.dir edg_html_chunked/ --stringparam  use.id.as.filename 1 --stringparam admon.graphics 1 --stringparam admon.graphics.path edg_graphics/ --stringparam section.autolabel 1 --stringparam  section.label.includes.component.label 1 --nonet http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl $<
 	-chmod -R og+rX edg_html