Enlightenment CVS committal

Author  : technikolor
Project : e17
Module  : docs

Dir     : e17/docs/edjebook


Modified Files:
        Makefile 


Log Message:
Chunking (multi-page) makefile target added
===================================================================
RCS file: /cvsroot/enlightenment/e17/docs/edjebook/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Makefile    30 Jun 2004 08:58:06 -0000      1.2
+++ Makefile    29 Oct 2004 18:48:47 -0000      1.3
@@ -37,6 +37,7 @@
 
 #HTML_XSL = $(PREFIX)/docbook-xsl-1.61.3/html/tldp-html.xsl
 HTML_XSL = $(PREFIX)/docbook-xsl-1.64.0/html/docbook.xsl       # Gentoo DB HTML
+HTML_CHUNK_XSL = $(PREFIX)/docbook-xsl-1.64.0/html/chunk.xsl   # Gentoo DB HTML CHUNK
 
 all: pdf html
 
@@ -61,6 +62,9 @@
 html:
        $(XSLTPROC) -o $(FILE).html $(HTML_XSL) $(FILE).xml
 
+html-multi-file:
+       $(XSLTPROC) -o $(FILE).html $(HTML_CHUNK_XSL) $(FILE).xml
+
 
 clean:
        echo "REMOVING EVERYTHING BUT MAKEFILE AND XML SOURCE!!!!!"




-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to