mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 07:22:57 +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,17 +8,20 @@ installdir = $(FONTDIR)
|
|||||||
neutrino_ttf = Roboto-Regular.ttf
|
neutrino_ttf = Roboto-Regular.ttf
|
||||||
tuxtxt_ttf = DejaVuLGCSansMono-Bold.ttf
|
tuxtxt_ttf = DejaVuLGCSansMono-Bold.ttf
|
||||||
|
|
||||||
|
# default fonts
|
||||||
install_DATA = \
|
install_DATA = \
|
||||||
$(neutrino_ttf) \
|
$(neutrino_ttf) \
|
||||||
$(tuxtxt_ttf) \
|
$(tuxtxt_ttf) \
|
||||||
pakenham.ttf \
|
pakenham.ttf \
|
||||||
|
tuxtxt.otb
|
||||||
|
|
||||||
|
# additional fonts
|
||||||
|
install_DATA += \
|
||||||
ubuntu-l-webfont.ttf \
|
ubuntu-l-webfont.ttf \
|
||||||
ubuntu-r-webfont.ttf \
|
ubuntu-r-webfont.ttf \
|
||||||
ubuntumono-b-webfont.ttf \
|
ubuntumono-b-webfont.ttf \
|
||||||
ubuntumono-r-webfont.ttf \
|
ubuntumono-r-webfont.ttf
|
||||||
tuxtxt.otb
|
|
||||||
|
|
||||||
#NI
|
|
||||||
install-data-hook:
|
install-data-hook:
|
||||||
cd $(DESTDIR)$(FONTDIR); \
|
cd $(DESTDIR)$(FONTDIR); \
|
||||||
mv $(neutrino_ttf) neutrino.ttf; \
|
mv $(neutrino_ttf) neutrino.ttf; \
|
||||||
|
Reference in New Issue
Block a user