From 37cb2d8a8f2ccd1441eb19cfcc8ce7179df5b490 Mon Sep 17 00:00:00 2001 From: Michal Vaner Date: Wed, 10 Sep 2008 12:19:33 +0200 Subject: [PATCH] UCW docs: split definitions off the main index --- ucw/doc/Makefile | 6 +++--- ucw/doc/def_index.txt | 3 +++ ucw/doc/index.txt | 5 ++--- 3 files changed, 8 insertions(+), 6 deletions(-) create mode 100644 ucw/doc/def_index.txt 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 ------------ -- 2.39.5