forked from ungleich-public/cdist
continue rewrite of build-helper
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
parent
9326adf34b
commit
9cde0d9d94
2 changed files with 14 additions and 3 deletions
13
Makefile
13
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue