]> mj.ucw.cz Git - libucw.git/blob - ucw/doc/Makefile
3b9216acdf436a2b92f6ce2adea01de2abe2eae5
[libucw.git] / ucw / doc / Makefile
1 # Makefile for the UCW documentation, (c) 2008 Michal Vaner <vorner@ucw.cz>
2
3 DIRS+=ucw/doc
4
5 UCW_DOCS=fastbuf index basecode
6 UCW_INDEX=$(o)/ucw/doc/def_index.html
7
8 $(UCW_INDEX): DOC_HEAD=$(s)/ucw/doc/def_index.txt
9 $(UCW_INDEX): DOC_LIST=$(patsubst %,$(o)/ucw/doc/%.deflist,$(UCW_DOCS))
10
11 DOCS+=$(addprefix $(o)/ucw/doc/,$(addsuffix .html,$(UCW_DOCS)))
12 DOC_INDICES+=$(UCW_INDEX)