fonts/Makefile: better structure

Origin commit data
------------------
Branch: ni/coolstream
Commit: f4ff1c00f2
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-11-03 (Sat, 03 Nov 2018)

Origin message was:
------------------
- fonts/Makefile: better structure

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2018-11-03 12:10:25 +01:00
parent 8a2b16cc7e
commit fc026abd74

View File

@@ -8,19 +8,22 @@ installdir = $(FONTDIR)
neutrino_ttf = Roboto-Regular.ttf
tuxtxt_ttf = DejaVuLGCSansMono-Bold.ttf
# default fonts
install_DATA = \
$(neutrino_ttf) \
$(tuxtxt_ttf) \
pakenham.ttf \
tuxtxt.otb
# additional fonts
install_DATA += \
ubuntu-l-webfont.ttf \
ubuntu-r-webfont.ttf \
ubuntumono-b-webfont.ttf \
ubuntumono-r-webfont.ttf \
tuxtxt.otb
ubuntumono-r-webfont.ttf
#NI
install-data-hook:
cd $(DESTDIR)$(FONTDIR); \
mv $(neutrino_ttf) neutrino.ttf; \
mv $(tuxtxt_ttf) tuxtxt.ttf; \
ln -sf tuxtxt.ttf shell.ttf
ln -sf tuxtxt.ttf shell.ttf