From 6fa44eea098fc8a9ff2b123e92b1f16656275b09 Mon Sep 17 00:00:00 2001 From: rudolfkoenig Date: Sat, 29 Dec 2012 07:45:56 +0000 Subject: [PATCH] commandref joining added git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@2378 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fhem/Makefile b/fhem/Makefile index 6e02d5b08..68a41c0c0 100644 --- a/fhem/Makefile +++ b/fhem/Makefile @@ -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