From 893dcf4ac36b53f59b1dc3cd176ed75a9fcf7583 Mon Sep 17 00:00:00 2001 From: tzafrir Date: Tue, 8 Jan 2008 21:56:44 +0000 Subject: Another little documentation aid. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3627 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 213b368..dcd4a22 100644 --- a/Makefile +++ b/Makefile @@ -262,6 +262,10 @@ endif BINS:=$(filter-out $(MENUSELECT_UTILS),$(BINS)) MAN_PAGES:=$(wildcard $(BINS:%=doc/%.8)) +# All the man pages. Not just installed ones: +GROFF_PAGES := $(wildcard doc/*.8) +GROFF_HTML := $(GROFF_PAGES:%=%.html) + all: menuselect.makeopts @$(MAKE) _all @@ -407,6 +411,13 @@ README.html: README xpp/README.Astribank.html: xpp/README.Astribank cd $(@D); $(ASCIIDOC) -o $(@F) -n -a toc $($@ + +htmlman: $(GROFF_HTML) + + MISDNVERSION=1_1_3 MISDNUSERVERSION=1_1_3 b410p: -- cgit v1.2.3