Add normal/bold.ttf as links to default fonts.

SVN revision: 38364
This commit is contained in:
Kim Woelders 2008-12-30 22:40:08 +00:00
parent 7981dbc822
commit 4dac07324f
1 changed files with 7 additions and 0 deletions

View File

@ -3,3 +3,10 @@ fontdir = $(pkgdatadir)/fonts
font_DATA = Vera.ttf VeraBd.ttf COPYRIGHT.Vera
EXTRA_DIST = $(font_DATA)
install-data-hook:
cd $(DESTDIR)$(fontdir); rm -f normal.ttf; $(LN_S) Vera.ttf normal.ttf
cd $(DESTDIR)$(fontdir); rm -f bold.ttf; $(LN_S) VeraBd.ttf bold.ttf
uninstall-local:
cd $(DESTDIR)$(fontdir); rm -f *.ttf