summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2014-09-27 11:20:39 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2014-09-27 11:20:39 +0000
commit2de34eb0e01415539c913fb6e544bc4e76fd913c (patch)
tree9eb3ce371405da221b3abe5d3bd01a8571744299 /Makefile
parentceda3deb120dcdb8fdcaf2c2e2dc8804e306c115 (diff)
downloadmandoc-2de34eb0e01415539c913fb6e544bc4e76fd913c.tar.gz
Have Makefile build mandoc(1) before it tries to generate the HTML.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 968a83b0..b07ff5ce 100644
--- a/Makefile
+++ b/Makefile
@@ -289,6 +289,8 @@ install: base-install $(INSTALL_TARGETS)
www: $(WWW_OBJS) $(WWW_MANS)
+$(WWW_MANS): mandoc
+
include Makefile.depend
# === TARGETS CONTAINING SHELL COMMANDS ================================