diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2014-09-27 11:20:39 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2014-09-27 11:20:39 +0000 |
commit | 2de34eb0e01415539c913fb6e544bc4e76fd913c (patch) | |
tree | 9eb3ce371405da221b3abe5d3bd01a8571744299 /Makefile | |
parent | ceda3deb120dcdb8fdcaf2c2e2dc8804e306c115 (diff) | |
download | mandoc-2de34eb0e01415539c913fb6e544bc4e76fd913c.tar.gz |
Have Makefile build mandoc(1) before it tries to generate the HTML.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -289,6 +289,8 @@ install: base-install $(INSTALL_TARGETS) www: $(WWW_OBJS) $(WWW_MANS) +$(WWW_MANS): mandoc + include Makefile.depend # === TARGETS CONTAINING SHELL COMMANDS ================================ |