X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=fc89a214fb37a068bbdeecc7aaa6e0eac1a3332b;hb=5c675646bb7a0a80d8802f07985567a194d50c57;hp=a6965bbef4df310f2bdc2a2b0a5e0b21412cc226;hpb=c0194c9b47e2d3696a335384b7df9979ab7a9aed;p=sfa.git diff --git a/Makefile b/Makefile index a6965bbe..fc89a214 100644 --- a/Makefile +++ b/Makefile @@ -30,6 +30,7 @@ python: python-install: python setup.py install --root=$(DESTDIR) + chmod 444 $(DESTDIR)/etc/sfa/default_config.xml python-clean: python setup.py clean @@ -79,10 +80,10 @@ RSYNC_EXCLUDES := --exclude .svn --exclude CVS --exclude '*~' --exclude TAGS $( RSYNC_COND_DRY_RUN := $(if $(findstring n,$(MAKEFLAGS)),--dry-run,) RSYNC := rsync -a -v $(RSYNC_COND_DRY_RUN) $(RSYNC_EXCLUDES) -BINS = ./config/sfa-config-tty ./sfa/plc/sfa-import-plc.py ./sfa/plc/sfa-nuke-plc.py \ - ./sfa/server/sfa-server.py \ +BINS = ./config/sfa-config-tty ./config/gen-sfa-cm-config.py \ + ./sfa/plc/sfa-import-plc.py ./sfa/plc/sfa-nuke-plc.py ./sfa/server/sfa-server.py \ ./sfa/client/sfi.py ./sfa/client/getNodes.py ./sfa/client/getRecord.py \ - ./sfa/client/setRecord.py ./sfa/client/genidump.py + ./sfa/client/setRecord.py ./sfa/client/sfadump.py sync: ifeq (,$(SSHURL))