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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user