]> git.cameronkatri.com Git - mandoc.git/commitdiff
Have Makefile build mandoc(1) before it tries to generate the HTML.
authorKristaps Dzonsons <kristaps@bsd.lv>
Sat, 27 Sep 2014 11:20:39 +0000 (11:20 +0000)
committerKristaps Dzonsons <kristaps@bsd.lv>
Sat, 27 Sep 2014 11:20:39 +0000 (11:20 +0000)
Makefile

index 381b364508c7c27571c740eddefec90df6d13265..14bf6295d83d0a0f6fa45522478b125dd97a1e11 100644 (file)
--- 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 ================================