From: Michal Vaner Date: Wed, 10 Sep 2008 10:19:33 +0000 (+0200) Subject: UCW docs: split definitions off the main index X-Git-Tag: holmes-import~322 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=37cb2d8a8f2ccd1441eb19cfcc8ce7179df5b490;p=libucw.git UCW docs: split definitions off the main index --- diff --git a/ucw/doc/Makefile b/ucw/doc/Makefile index 4137a627..b25d4beb 100644 --- a/ucw/doc/Makefile +++ b/ucw/doc/Makefile @@ -2,10 +2,10 @@ DIRS+=ucw/doc -UCW_DOCS=fastbuf -UCW_INDEX=$(o)/ucw/doc/index.html +UCW_DOCS=fastbuf index +UCW_INDEX=$(o)/ucw/doc/def_index.html -$(UCW_INDEX): DOC_HEAD=$(s)/ucw/doc/index.txt +$(UCW_INDEX): DOC_HEAD=$(s)/ucw/doc/def_index.txt $(UCW_INDEX): DOC_LIST=$(patsubst %,$(o)/ucw/doc/%.deflist,$(UCW_DOCS)) DOCS+=$(addprefix $(o)/ucw/doc/,$(addsuffix .html,$(UCW_DOCS))) diff --git a/ucw/doc/def_index.txt b/ucw/doc/def_index.txt new file mode 100644 index 00000000..634be2a1 --- /dev/null +++ b/ucw/doc/def_index.txt @@ -0,0 +1,3 @@ +All definitions in libucw +========================= + diff --git a/ucw/doc/index.txt b/ucw/doc/index.txt index 0a80fa00..122a2e8a 100644 --- a/ucw/doc/index.txt +++ b/ucw/doc/index.txt @@ -5,9 +5,8 @@ UCW libraries TODO: Some general description, what the libraries are, why, etc... //// +You can see list of <>. + Modules ------- - <> - -Definitions ------------