mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-11 19:22:00 +00:00
aa0b0a7cef
- Support update Modul git-svn-id: https://svn.fhem.de/fhem/trunk@3182 2b470e98-0d58-463d-a4d8-8e2adae1ed80
20 lines
394 B
Makefile
Executable File
20 lines
394 B
Makefile
Executable File
VERS=0.41
|
|
DATE=2013-03-10
|
|
|
|
FHEMDIR=../../FHEM/fhem
|
|
|
|
all:
|
|
@echo "Use make install to install YAF"
|
|
|
|
install:
|
|
@echo "Installing YAF to FHEM installation in ${FHEMDIR}"
|
|
@echo "- copying files"
|
|
@cp 01_YAF.pm ${FHEMDIR}/FHEM
|
|
@cp -rp YAF ${FHEMDIR}/FHEM
|
|
@echo
|
|
@echo "Installation of YAF completed!"
|
|
@echo
|
|
@echo "Do not forget to configure YAF in fhem.cfg with"
|
|
@echo "define yaf YAF"
|
|
@echo
|