summary refs log tree commit diff
path: root/bin/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-07-25 23:57:10 -0400
committerJune McEnroe <june@causal.agency>2019-07-25 23:57:10 -0400
commit0423c598e3412c12cc3e1f262eb50cd9cc06391d (patch)
tree9e74ae8678d29b8b1ab1dbe6a372c344568ff043 /bin/Makefile
parentUse scheme to style HTMLs (diff)
downloadsrc-0423c598e3412c12cc3e1f262eb50cd9cc06391d.tar.gz
src-0423c598e3412c12cc3e1f262eb50cd9cc06391d.zip
Add png.3 man page
Diffstat (limited to 'bin/Makefile')
-rw-r--r--bin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/Makefile b/bin/Makefile
index c2bd7a09..c35e1c8f 100644
--- a/bin/Makefile
+++ b/bin/Makefile
@@ -135,7 +135,7 @@ $(HTMLS): html.sh style.sed hi scheme ttpre
 	sh html.sh $< man1/$(<:.sh=.1) > $@
 
 .h.html:
-	sh html.sh $< > $@
+	sh html.sh $< man3/$(<:.h=.3) > $@
 
 index.html: Makefile bin.7
 	sh html.sh Makefile bin.7 \