aboutsummaryrefslogtreecommitdiff
path: root/doc/mkmd.sh
diff options
context:
space:
mode:
Diffstat (limited to 'doc/mkmd.sh')
-rwxr-xr-xdoc/mkmd.sh16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/mkmd.sh b/doc/mkmd.sh
index 39beac9..ce8baa2 100755
--- a/doc/mkmd.sh
+++ b/doc/mkmd.sh
@@ -50,6 +50,14 @@ function do_page () {
cat > "${index}" <<EOF
# Manpages for libcap and libpsx
+EOF
+
+if [[ -f "local-md.preamble" ]]; then
+ cat "local-md.preamble" >> "${index}"
+fi
+
+cat >> "${index}" <<EOF
+
## Individual reference pages
EOF
@@ -69,6 +77,14 @@ cat >> "${index}" <<EOF
## More information
+EOF
+
+if [[ -f "local-md.postscript" ]]; then
+ cat "local-md.postscript" >> "${index}"
+fi
+
+cat >> "${index}" <<EOF
+
For further information, see the
[FullyCapable](https://sites.google.com/site/fullycapable/) homepage
for libcap.