diff options
author | Vincent Batts <vbatts@hashbangbash.com> | 2010-07-08 09:47:14 -0400 |
---|---|---|
committer | Vincent Batts <vbatts@hashbangbash.com> | 2010-07-08 09:47:14 -0400 |
commit | cb960440f0476588843f6a965f4c084c66749fc2 (patch) | |
tree | 5f692adf45193d1ff6698411b335629c70b6add4 | |
parent | b4f27b7bffff0fb4f0711d6255fc2cbc525369e5 (diff) | |
download | slackbook-cb960440f0476588843f6a965f4c084c66749fc2.tar.xz |
adding the ident keyword
-rw-r--r-- | build.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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/) |