You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
363 B
12 lines
363 B
fontdir = $(prefix)/share/apps/kformula/fonts
|
|
font_DATA = cmex10.ttf Arev.ttf ArevIt.ttf ArevBd.ttf ArevBI.ttf
|
|
|
|
EXTRA_DIST = $(font_DATA) README LICENSE.BAKOMA LICENSE.BITSTREAM LICENCE.AREV
|
|
|
|
# This uses -hook instead of -local so that it is run after fonts are installed
|
|
install-data-hook:
|
|
-mkfontscale $(DESTDIR)$(fontdir)
|
|
-mkfontdir $(DESTDIR)$(fontdir)
|
|
|
|
|