install the fonts(7) manual page;

feedback and OK in principle  matthieu@
This commit is contained in:
schwarze 2019-04-30 21:37:43 +00:00
parent dbaf2f615b
commit 90885b2752
3 changed files with 1639 additions and 1 deletions

View File

@ -1,5 +1,24 @@
# $OpenBSD: Makefile.bsd-wrapper,v 1.2 2012/03/10 18:41:37 matthieu Exp $
# $OpenBSD: Makefile.bsd-wrapper,v 1.3 2019/04/30 21:37:43 schwarze Exp $
CONFIGURE_ARGS += --without-fop --without-xmlto
MDOCS = general/fonts/fonts
beforeinstall:
.for n in ${MDOCS}
${INSTALL} ${INSTALL_COPY} -o ${MANOWN} -g ${MANGRP} -m ${MANMODE} \
${.CURDIR}/${n}.7 ${MANDIR}7
.endfor
# maintainer target, not used duing build or install
mdoc:
.for n in ${MDOCS}
{ \
echo ".\\\" automatically generated with"; \
echo ".\\\" docbook2mdoc ${n:T}.xml > ${n:T}.7"; \
docbook2mdoc ${.CURDIR}/${n}.xml; \
} > ${.CURDIR}/${n}.7
sed -i 's/^\.Dt ${n:T:U} 1$$/.Dt ${n:T:U} 7/' ${.CURDIR}/${n}.7
.endfor
.include <bsd.xorg.mk>

View File

@ -0,0 +1,2 @@
<!ENTITY relvers "6">
<!ENTITY fullrelvers "6">

File diff suppressed because it is too large Load Diff