From 6981824d28b281c52dcd68f218c761f003eec999 Mon Sep 17 00:00:00 2001 From: Anatoliy Chakkaev Date: Tue, 26 Mar 2013 04:40:16 +0400 Subject: [PATCH] Docs amends --- Makefile | 2 +- docs/footer.html | 50 ++++++++++++++++++++++++++++++++++++++++++++-- docs/jugglingdb.md | 2 +- 3 files changed, 50 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 09c77dd4..179ec182 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ HTML_DOCS = $(shell find docs -name '*.md' \ docs/man/%.3: docs/%.md scripts/doc.sh scripts/doc.sh $< $@ -docs/html/%.3.html: docs/%.md scripts/doc.sh +docs/html/%.3.html: docs/%.md scripts/doc.sh docs/footer.html scripts/doc.sh $< $@ docs/html/index.html: docs/jugglingdb.md scripts/doc.sh diff --git a/docs/footer.html b/docs/footer.html index de99b4de..288bd0a8 100644 --- a/docs/footer.html +++ b/docs/footer.html @@ -1,8 +1,8 @@ + diff --git a/docs/jugglingdb.md b/docs/jugglingdb.md index 517b5b4a..059e2224 100644 --- a/docs/jugglingdb.md +++ b/docs/jugglingdb.md @@ -25,7 +25,7 @@ Then install adapter for specific database, for example `jugglingdb-redis`: npm install jugglingdb-redis -See [ADAPTERS][] for list of available adapters. +See [ADAPTERS][] for list of available adapters. ## DOCUMENTATION