2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-11 19:22:00 +00:00
mangeimarkus aa0b0a7cef - Change folder structure
- Support update Modul

git-svn-id: https://svn.fhem.de/fhem/trunk@3182 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2013-05-15 20:34:29 +00:00

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