]> mj.ucw.cz Git - libucw.git/commitdiff
UCW docs: split definitions off the main index
authorMichal Vaner <vorner@ucw.cz>
Wed, 10 Sep 2008 10:19:33 +0000 (12:19 +0200)
committerMichal Vaner <vorner@ucw.cz>
Wed, 10 Sep 2008 10:19:33 +0000 (12:19 +0200)
ucw/doc/Makefile
ucw/doc/def_index.txt [new file with mode: 0644]
ucw/doc/index.txt

index 4137a627721d66376af01951d5f26b49f6d27d50..b25d4beb60db43098efb52a7081e0440679ecfb5 100644 (file)
@@ -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 (file)
index 0000000..634be2a
--- /dev/null
@@ -0,0 +1,3 @@
+All definitions in libucw
+=========================
+
index 0a80fa00f3602db672942759cf63c684db550f94..122a2e8aa73cfe1b6671d607072cc3453d7d70fc 100644 (file)
@@ -5,9 +5,8 @@ UCW libraries
 TODO: Some general description, what the libraries are, why, etc...
 ////
 
+You can see list of <<def_index:,definitions>>.
+
 Modules
 -------
 - <<fastbuf:,Fastbufs>>
-
-Definitions
------------