2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-05-05 08:20:23 +00:00

commandref joining added

git-svn-id: https://svn.fhem.de/fhem/trunk@2378 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2012-12-29 07:45:56 +00:00
parent 1b4496b9e4
commit 768ed0d8c0

View File

@ -42,6 +42,7 @@ install:
@echo "- creating directories"
@-$(foreach DIR,$(DEST), if [ ! -e $(DIR) ]; then mkdir -p $(DIR); fi; )
@echo "- fixing permissions in fhem.cfg"
perl contrib/commandref_join.pl
@find FHEM docs www contrib -type f -print | xargs chmod 644
@cp fhem.cfg fhem.cfg.install
@-if [ "$(RELATIVE_PATH)" != YES ]; then\
@ -90,6 +91,7 @@ dist:
cp -r fhem.pl fhem.cfg CHANGED HISTORY Makefile README.SVN\
FHEM contrib docs www webfrontend .f
mkdir .f/log
(cd .f; perl contrib/commandref_join.pl)
find .f -name .svn -print | xargs rm -rf
find .f -name \*.orig -print | xargs rm -f
find .f -name .#\* -print | xargs rm -f