From 9e396865b92baea1cc154f921d158a86b0ae0a81 Mon Sep 17 00:00:00 2001 From: Michal Vaner Date: Sun, 7 Sep 2008 17:21:56 +0200 Subject: [PATCH] libucw documentation: index Lists modules and definitions --- ucw/doc/Makefile | 11 +++++++++-- ucw/doc/index.txt | 13 +++++++++++++ 2 files changed, 22 insertions(+), 2 deletions(-) create mode 100644 ucw/doc/index.txt diff --git a/ucw/doc/Makefile b/ucw/doc/Makefile index 69146fd0..a299b03d 100644 --- a/ucw/doc/Makefile +++ b/ucw/doc/Makefile @@ -1,5 +1,12 @@ -# Makefile for the UCW GetOpt Library (c) 2007 Pavel Charvat +# Makefile for the UCW documentation, (c) 2008 Michal Vaner DIRS+=ucw/doc -DOCS+=$(addprefix $(o)/ucw/doc/,fastbuf.html) +UCW_DOCS=fastbuf +UCW_INDEX=$(o)/ucw/doc/index.html + +$(UCW_INDEX): DOC_HEAD:=$(s)/ucw/doc/index.txt +$(UCW_INDEX): DOC_LIST:=$(patsubst %,$(o)/ucw/doc/%.deflist,$(UCW_DOCS)) + +DOCS+=$(addprefix $(o)/ucw/doc/,$(addsuffix .html,$(UCW_DOCS))) +DOC_INDECES+=$(UCW_INDEX) diff --git a/ucw/doc/index.txt b/ucw/doc/index.txt new file mode 100644 index 00000000..0a80fa00 --- /dev/null +++ b/ucw/doc/index.txt @@ -0,0 +1,13 @@ +UCW libraries +============= + +//// +TODO: Some general description, what the libraries are, why, etc... +//// + +Modules +------- +- <> + +Definitions +----------- -- 2.39.2