continue rewrite of build-helper

Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
Nico Schottelius 2013-07-03 22:33:48 +02:00
commit 9cde0d9d94
2 changed files with 14 additions and 3 deletions

View file

@ -61,9 +61,20 @@ $(MANREF): $(MANREFSH)
$(MANREFSH)
################################################################################
# generic code
# manpage
# generate links from types
# build manpages
#
mantypedocuments=cdist/conf/type/*/man.text
mantypelist: $(mantypedocuments)
echo $^ >> $@
link-type-manpages:
$(helper) $@
################################################################################
# dist code