diff options
Diffstat (limited to 'lib/fontconfig/doc/Makefile')
-rw-r--r-- | lib/fontconfig/doc/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/fontconfig/doc/Makefile b/lib/fontconfig/doc/Makefile index 321109d6b..ab780912f 100644 --- a/lib/fontconfig/doc/Makefile +++ b/lib/fontconfig/doc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2013/03/09 14:34:42 matthieu Exp $ +# $OpenBSD: Makefile,v 1.3 2013/03/16 14:57:18 matthieu Exp $ FONTCONFIG = ${.CURDIR}/../../../dist/fontconfig @@ -186,7 +186,8 @@ MAN = FcAtomicCreate.3 \ FcValueDestroy.3 \ FcValueEqual.3 \ FcValuePrint.3 \ - FcValueSave.3 + FcValueSave.3 \ + fonts-conf.5 PDF_FILES = fontconfig-devel.pdf fontconfig-user.pdf TXT_FILES = fontconfig-devel.txt fontconfig-user.txt @@ -386,7 +387,7 @@ afterinstall: @for f in ${PDF_FILES} ${TXT_FILES} ${HTML_USER_FILES}; do \ echo "installing $$f" ; \ ${INSTALL_DATA} ${FONTCONFIG}/doc/$$f \ - ${DESDIR}${X11BASE}/share/doc/fontconfig ; \ + ${DESTDIR}${X11BASE}/share/doc/fontconfig ; \ done @for f in ${HTML_DEVEL_FILES}; do \ echo "installing $$f" ; \ |