mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +02:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user