From: Robert Kessl Date: Fri, 8 Aug 2014 10:56:14 +0000 (+0200) Subject: Even more updates in build of manpages X-Git-Tag: v6.1~3^2~2 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=3dcbaabcc67e32a6ac3ea66cf60fcb87bd974af1;p=libucw.git Even more updates in build of manpages --- diff --git a/build/Maketop b/build/Maketop index b45187ab..ac3e5cee 100644 --- a/build/Maketop +++ b/build/Maketop @@ -23,6 +23,10 @@ INSTALL_RUNDIRS=bin lib API_INCLUDES= API_LIBS= +DOCS= +DOC_INDICES= +MANPAGES= + # Various files whose type does not fit into PROGS DATAFILES= diff --git a/ucw/doc/Makefile b/ucw/doc/Makefile index 93aa7721..ae9c5d23 100644 --- a/ucw/doc/Makefile +++ b/ucw/doc/Makefile @@ -6,8 +6,8 @@ UCW_DOCS=basics log fastbuf index config configure install basecode hash docsys UCW_INDEX=$(o)/ucw/doc/def_index.html UCW_DOCS_HTML=$(addprefix $(o)/ucw/doc/,$(addsuffix .html,$(UCW_DOCS))) -MANPAGES_SRC=ucw-tableprinter -MANPAGES+=$(addprefix $(o)/ucw/doc/,$(addsuffix .1,$(MANPAGES_SRC))) +UCW_MANPAGES=ucw-tableprinter +MANPAGES+=$(addprefix $(o)/ucw/doc/,$(addsuffix .1,$(UCW_MANPAGES))) $(UCW_INDEX): DOC_HEAD=$(s)/ucw/doc/def_index.txt $(UCW_INDEX): DOC_LIST=$(patsubst %,$(o)/ucw/doc/%.deflist,$(UCW_DOCS))