print the exception to give a clue about the source of the error.
[sfa.git] / Makefile
index 57c74ce..26251f0 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ keyconvert-clean:
 .PHONY: keyconvert keyconvert-install keyconvert-clean 
 
 ##########
-python: index
+python: 
 
 python-install:
        python setup.py install --root=$(DESTDIR)
@@ -40,23 +40,10 @@ python-clean:
 
 # are the .java files used ?
 tags:  
-       find . -type f | egrep -v '/\.svn/|TAGS|\.py[co]$$|\.doc$$|\.html$$' | xargs etags
+       find . -type f | egrep -v '/\.svn/|TAGS|\.py[co]$$|\.doc$$|\.html$$|\.pdf$$' | xargs etags
 .PHONY: tags
 
 
-########## indexes
-subdirs = client methods plc server trust util
-init := sfa/__init__.py $(foreach subdir, $(subdirs), sfa/$(subdir)/__init__.py)
-
-force:
-.PHONY: force 
-
-index: $(init)
-.PHONY: index
-
-$(init):
-       touch $@
-
 ########## sync
 # 2 forms are supported
 # (*) if your plc root context has direct ssh access: