install the fonts(7) manual page;
feedback and OK in principle matthieu@
This commit is contained in:
parent
dbaf2f615b
commit
90885b2752
@ -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>
|
||||
|
2
doc/xorg-docs/general/fonts/defs.ent
Normal file
2
doc/xorg-docs/general/fonts/defs.ent
Normal file
@ -0,0 +1,2 @@
|
||||
<!ENTITY relvers "6">
|
||||
<!ENTITY fullrelvers "6">
|
1617
doc/xorg-docs/general/fonts/fonts.7
Normal file
1617
doc/xorg-docs/general/fonts/fonts.7
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user