From ef11311e42dbea394ec148a51e7ba22fbf521c95 Mon Sep 17 00:00:00 2001 From: Anatoliy Chakkaev Date: Mon, 25 Mar 2013 15:03:50 +0400 Subject: [PATCH] Added footer --- docs/footer.html | 14 ++++++++++++++ scripts/doc.sh | 3 ++- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 docs/footer.html diff --git a/docs/footer.html b/docs/footer.html new file mode 100644 index 00000000..de99b4de --- /dev/null +++ b/docs/footer.html @@ -0,0 +1,14 @@ + diff --git a/scripts/doc.sh b/scripts/doc.sh index 8ff5d315..b1667602 100755 --- a/scripts/doc.sh +++ b/scripts/doc.sh @@ -23,7 +23,8 @@ case $dest in --style='print toc'\ --organization=1602\ Software\ --manual=JugglingDB &&\ - cat docs/ga.html) > $2 + cat docs/ga.html &&\ + cat docs/footer.html) > $2 exit $? ;; esac