From 0f8d3039bc94693f7516f3011f0ffbc9cb2b66c6 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Wed, 13 Jan 2010 08:56:57 -0600 Subject: updating the build script a smidgin' --- build.sh | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index 31f9851..7e16ac3 100644 --- a/build.sh +++ b/build.sh @@ -1 +1,8 @@ -xsltproc -xinclude -o book.html /usr/share/sgml/docbook/docbook-xsl-1.75.1/html/docbook.xsl main.xml +#!/bin/sh +STYLE_SHEET="/usr/share/xml/docbook/xsl-stylesheets-1.75.1/html/docbook.xsl" + +xsltproc \ + -xinclude \ + -o book.html \ + $STYLE_SHEET \ + main.xml -- cgit v1.2.3