summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-03-19 02:24:35 +0000
committertzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-03-19 02:24:35 +0000
commit891af5d318208aa863b187b4bc267543c0ff1f00 (patch)
tree5c5f2c3c49a7616747bc6bec1693f120a0430fdf /Makefile
parent9ee3d74d916e0a53e9ad97ec23b823b722f0ab9a (diff)
* Generate html pages from the xpp utils dir as well.
* Clean generated HTML-ized man pages on clean. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4019 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 72016ee..304bc75 100644
--- a/Makefile
+++ b/Makefile
@@ -265,7 +265,7 @@ 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_PAGES := $(wildcard doc/*.8 kernel/xpp/utils/*.8)
GROFF_HTML := $(GROFF_PAGES:%=%.html)
all: menuselect.makeopts
@@ -582,6 +582,7 @@ endif
rm -f ztcfg-shared fxstest
rm -rf misdn*
rm -rf mISDNuser*
+ rm -rf $(GROFF_HTML)
rm -rf README.html xpp/README.Astribank.html zaptel.conf.asciidoc
distclean: dist-clean