aboutsummaryrefslogtreecommitdiffstatshomepage
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
commit3776ef9846c93e609510422b6fe06118927f2db2 (patch)
tree759aaf5cfdabaa1739a1e25033881c147fc050da /Makefile
parent83bab99dffd28a251229d03f6b72a0e54c5588ea (diff)
downloadmandoc-3776ef9846c93e609510422b6fe06118927f2db2.tar.gz
mandoc-3776ef9846c93e609510422b6fe06118927f2db2.tar.zst
mandoc-3776ef9846c93e609510422b6fe06118927f2db2.zip
Have Makefile build mandoc(1) before it tries to generate the HTML.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 381b3645..14bf6295 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.443 2014/08/21 00:42:38 schwarze Exp $
+# $Id: Makefile,v 1.444 2014/09/27 11:20:39 kristaps Exp $
#
# Copyright (c) 2010, 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv>
# Copyright (c) 2011, 2013, 2014 Ingo Schwarze <schwarze@openbsd.org>
@@ -289,6 +289,8 @@ install: base-install $(INSTALL_TARGETS)
www: $(WWW_OBJS) $(WWW_MANS)
+$(WWW_MANS): mandoc
+
include Makefile.depend
# === TARGETS CONTAINING SHELL COMMANDS ================================