1
0
mirror of https://github.com/agdsn/ancient-weatherstation.git synced 2026-06-19 14:58:00 +00:00

font added

git-svn-id: file:///home/jan/tmp/wetterstation/trunk@178 dd492736-c11a-0410-ad51-8c26713eaf7f
This commit is contained in:
losinshi
2006-09-28 00:44:34 +00:00
parent 746d7edcfe
commit 7cfbfe5993
4 changed files with 7 additions and 1 deletions
Binary file not shown.
+4 -1
View File
@@ -15,6 +15,7 @@ INSTDIR = /usr/bin/
CONFDIR = /etc/weatherstation/
IMGDIR = /var/cache/weatherstation-chart/
DOCDIR = /usr/share/doc/weatherstation-chart/
FONTDIR = /usr/share/fonts/truetype/freefont/
INSTGRP = losinski
INSTUSR = losinski
@@ -93,8 +94,10 @@ install:
@ install -m644 image_conf/* $(DESTDIR)$(CONFDIR)/image_conf
@ echo "lege $(IMGDIR) an"
@ install -d $(DESTDIR)$(IMGDIR)
@ install -d $(DESTDIR)$(FONTDIR)
@ install -m444 FreeSans.ttf $(DESTDIR)$(FONTDIR)
@ install -d $(DESTDIR)$(DOCDIR)
@ install COPYING $(DESTDIR)$(DOCDIR)
@ install -m444 COPYING $(DESTDIR)$(DOCDIR)
# Aufräumnen (alle Object-Files löschen)
+1
View File
@@ -8,3 +8,4 @@ etc/weatherstation/image_conf/hum_ex.conf
etc/weatherstation/image_conf/rain_ex.conf
etc/weatherstation/image_conf/testimage.conf
var/cache/weatherstation-chart
usr/share/fonts/truetype/freefont/FreeSans.ttf
+2
View File
@@ -30,3 +30,5 @@ fi
/bin/chown weatherstation:weatherstation /etc/weatherstation/chart.conf
/bin/chmod 440 /etc/weatherstation/chart.conf
/usr/bin/fc-cache