mirror of
https://github.com/openbsd/xenocara.git
synced 2025-12-09 10:48:48 +00:00
fontconfig font caches. mkfontdir and mkfontscale are now run out of font/alias at the end of the build or install, like fc-cache. fc-cache is using its -y (sysroot) flag that works if used correctly.
6 lines
139 B
Makefile
6 lines
139 B
Makefile
# $OpenBSD: Makefile.inc,v 1.2 2016/10/02 20:55:09 matthieu Exp $
|
|
|
|
realinstall:
|
|
exec ${MAKE} install FCCACHE=: MKFONTDIR=: MKFONTSCALE=:
|
|
|