commandref joining added

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@2378 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2012-12-29 07:45:56 +00:00
parent 0e191c3678
commit 6fa44eea09

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