From 21ddd6a2a404657583fb82f6907cb612496d0da0 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sat, 19 Feb 2011 01:47:10 +0100 Subject: [PATCH] begin to integrate manpage generation in Makefile Signed-off-by: Nico Schottelius --- Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Makefile b/Makefile index 81d59325..63d35407 100644 --- a/Makefile +++ b/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)