From 3dcbaabcc67e32a6ac3ea66cf60fcb87bd974af1 Mon Sep 17 00:00:00 2001 From: Robert Kessl Date: Fri, 8 Aug 2014 12:56:14 +0200 Subject: [PATCH] Even more updates in build of manpages --- build/Maketop | 4 ++++ ucw/doc/Makefile | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) 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)) -- 2.39.2