summaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
authorVincent Batts <vbatts@hashbangbash.com>2010-07-08 09:47:14 -0400
committerVincent Batts <vbatts@hashbangbash.com>2010-07-08 09:47:14 -0400
commitcb960440f0476588843f6a965f4c084c66749fc2 (patch)
tree5f692adf45193d1ff6698411b335629c70b6add4 /build.sh
parentb4f27b7bffff0fb4f0711d6255fc2cbc525369e5 (diff)
downloadslackbook-cb960440f0476588843f6a965f4c084c66749fc2.tar.xz
adding the ident keyword
Diffstat (limited to 'build.sh')
-rw-r--r--build.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index d02b93c..da6f43a 100644
--- a/build.sh
+++ b/build.sh
@@ -1,4 +1,6 @@
#!/bin/sh
+# $Id$
+
STYLE_SHEET="/usr/share/xml/docbook/xsl-stylesheets-1.75.1/html/docbook.xsl"
if [ ! -r "$STYLE_SHEET" ] ; then
STYLE_SHEET=$(find /usr/share/xml -name docbook.xsl | grep /html/)