summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaka Kranjc2008-08-29 00:09:57 +0200
committerJaka Kranjc2008-08-29 00:09:57 +0200
commitd44fe7cbb3b51e0ba11eef6285e78fda3cbccf50 (patch)
tree41f5f816b3179b98add894446f073cef0cb26e9b
parent3990a6b1b97ea7b6f5fa04c05e635b8f06c9171a (diff)
smgl/bashdoc: INSTALL: also generate bashdoc's self documentation, #11851
(cherry-picked from commit f11c2a09ce07e027628fe55448a1b1403d1eb0ad)
-rwxr-xr-x[-rw-r--r--]smgl/bashdoc/HISTORY3
-rwxr-xr-xsmgl/bashdoc/INSTALL1
2 files changed, 4 insertions, 0 deletions
diff --git a/smgl/bashdoc/HISTORY b/smgl/bashdoc/HISTORY
index 8428b0f167..5e15a4e96e 100644..100755
--- a/smgl/bashdoc/HISTORY
+++ b/smgl/bashdoc/HISTORY
@@ -1,3 +1,6 @@
+2008-08-22 Robert Figura <template@sourcemage.org>
+ * INSTALL: also generate bashdoc's self documentation, #11851
+
2008-04-14 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
* INSTALL: removed incorporated code
* DETAILS: Fixed SOURCE_URL[0]
diff --git a/smgl/bashdoc/INSTALL b/smgl/bashdoc/INSTALL
index ea26f5588b..60fc0b1698 100755
--- a/smgl/bashdoc/INSTALL
+++ b/smgl/bashdoc/INSTALL
@@ -8,4 +8,5 @@ cp *.sh "$INSTALL_ROOT"/usr/bin &&
if [ "${RUN_BASHDOC}" == "y" ]; then
generate-smgl-docs.sh
+ bashdoc.sh -p BashDoc -o ${INSTALL_ROOT}/usr/share/doc/bashdoc `which bashdoc.sh`
fi