diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2019-05-05 23:27:59 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2019-05-05 23:27:59 +0000 |
commit | a1bb7d00c35809f946521e493721e3c6673f5ce5 (patch) | |
tree | 90cef8a409b09cc3db1b11af4ccc2b69a12cee35 /doc | |
parent | ae8c4bb878009df9f6047a3f9b46e24d2b42ec34 (diff) |
put fonts.7 and drm*.3 into the install sets;
patch from Nathanael Rensen <nathanael at list dot polymorpheus dot com>,
minimally tweaked by me;
OK matthieu@
Diffstat (limited to 'doc')
-rw-r--r-- | doc/xorg-docs/Makefile.bsd-wrapper | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/xorg-docs/Makefile.bsd-wrapper b/doc/xorg-docs/Makefile.bsd-wrapper index b3560cbe7..075b2b6c0 100644 --- a/doc/xorg-docs/Makefile.bsd-wrapper +++ b/doc/xorg-docs/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.4 2019/05/02 19:12:04 schwarze Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.5 2019/05/05 23:27:58 schwarze Exp $ CONFIGURE_ARGS += --without-fop --without-xmlto @@ -7,7 +7,7 @@ MDOCS = general/fonts/fonts beforeinstall: .for n in ${MDOCS} ${INSTALL} ${INSTALL_COPY} -o ${MANOWN} -g ${MANGRP} -m ${MANMODE} \ - ${.CURDIR}/${n}.7 ${MANDIR}7 + ${.CURDIR}/${n}.7 ${DESTDIR}${MANDIR}7 .endfor # maintainer target, not used duing build or install |