]> mj.ucw.cz Git - libucw.git/commitdiff
Even more updates in build of manpages
authorRobert Kessl <kesslr@centrum.cz>
Fri, 8 Aug 2014 10:56:14 +0000 (12:56 +0200)
committerRobert Kessl <kesslr@centrum.cz>
Fri, 8 Aug 2014 10:56:14 +0000 (12:56 +0200)
build/Maketop
ucw/doc/Makefile

index b45187ab511f02eee54a7d149f72bbb483a262f9..ac3e5cee404984ad6474f3138254150b45a62cde 100644 (file)
@@ -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=
 
index 93aa7721ca6edfaeffdd82fde239f03e18f5a0b6..ae9c5d23afe8aaa6e3821b852bee35bc146e7245 100644 (file)
@@ -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))