wok-next view mandoc/stuff/patches/libmandoc.a.patch @ rev 21016

Small updates; mdocml -> mandoc
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Oct 15 16:44:45 2018 +0300 (2018-10-15)
parents
children
line source
1 --- a/Makefile
2 +++ b/Makefile
3 @@ -579,3 +579,6 @@
4 .1.1.html .3.3.html .5.5.html .7.7.html .8.8.html: mandoc
5 ./mandoc -Thtml -Wall,stop \
6 -Ostyle=mandoc.css,man=%N.%S.html,includes=%I.html $< > $@
7 +
8 +libmandoc.a: $(COMPAT_OBJS) $(LIBMANDOC_OBJS)
9 + $(AR) rs $@ $(COMPAT_OBJS) $(LIBMANDOC_OBJS)