begin to integrate manpage generation in Makefile
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
42bcf1c3f8
commit
21ddd6a2a4
1 changed files with 12 additions and 0 deletions
12
Makefile
12
Makefile
|
@ -3,6 +3,15 @@ BINDIR=$(PREFIX}/bin
|
|||
WEBDIR=$$HOME/niconetz
|
||||
WEBPAGE=software/cdist.mdwn
|
||||
|
||||
MANSRC=doc/man/cdist-config-layout.text doc/man/cdist-config.text \
|
||||
doc/man/cdist-deploy-to.text doc/man/cdist-design.text \
|
||||
doc/man/cdist-environment.text doc/man/cdist-explorers.text \
|
||||
doc/man/cdist-language.text doc/man/cdist-manifests.text \
|
||||
doc/man/cdist-quickstart.text doc/man/cdist-stages.text \
|
||||
doc/man/cdist-terms.text doc/man/cdist.text \
|
||||
doc/man/cdist-types.text
|
||||
|
||||
|
||||
# FIXME: some distro nerd, can you make this more beautiful?
|
||||
# I'm just a hacker, I don't really care...
|
||||
install:
|
||||
|
@ -23,3 +32,6 @@ web:
|
|||
|
||||
pub:
|
||||
git push --mirror
|
||||
|
||||
man:
|
||||
echo $(MANSRC)
|
||||
|
|
Loading…
Reference in a new issue