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

packing frontend

git-svn-id: file:///home/jan/tmp/wetterstation/trunk@150 dd492736-c11a-0410-ad51-8c26713eaf7f
This commit is contained in:
losinshi
2006-09-27 14:10:46 +00:00
parent 918d9bd772
commit 3b301b4bee
6 changed files with 355 additions and 6 deletions
+5 -1
View File
@@ -1,5 +1,6 @@
PROGDIR = $(DESTDIR)/usr/share/weather-frontend
PROGDIR = $(DESTDIR)/usr/share/weatherstation-frontend/
CONFDIR = $(DESTDIR)/etc/weatherstation/
DOCDIR = $(DESTDIR)/usr/share/doc/weatherstation-frontend/
DIR=./
@@ -21,6 +22,9 @@ install:
@ rm -f $(PROGDIR)/Makefile
@ install -d $(CONFDIR)
@ install frontend.conf $(CONFDIR)
@ install -d $(DOCDIR)
@ install COPYING $(DOCDIR)
@ install reademe $(DOCDIR)
@ echo "done"
clean: