summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-01-08 22:09:08 +0000
committertzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-01-08 22:09:08 +0000
commit0b75fb606e166ffbd6b885edb31dd86ff08ecf9c (patch)
tree0a815cea2ea97cb1f5768c26b1c776409f7f5e6d /Makefile
parent893dcf4ac36b53f59b1dc3cd176ed75a9fcf7583 (diff)
Slightly saner man -> html.
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3628 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dcd4a22..724a9d9 100644
--- a/Makefile
+++ b/Makefile
@@ -413,7 +413,7 @@ xpp/README.Astribank.html: xpp/README.Astribank
# on Debian: this requires the full groof, not just groff-base.
%.8.html: %.8
- groff -Thtml $^ >$@
+ man -Thtml $^ >$@
htmlman: $(GROFF_HTML)