- fonts: use monospaced tuxtxt font as shell font for shellwindow widget

Conflicts:
	data/fonts/Makefile.am

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2018-01-27 14:57:31 +01:00
committed by Thilo Graf
parent 97d349872a
commit 6204eaecb4

View File

@@ -15,3 +15,9 @@ install_DATA = \
if BOXMODEL_CS_HD2
install_DATA += UnDotum.ttf
endif
install-data-hook:
cd $(DESTDIR)$(FONTDIR); \
mv $(neutrino_ttf) neutrino.ttf; \
mv $(tuxtxt_ttf) tuxtxt.ttf; \
ln -sf tuxtxt.ttf shell.ttf