X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=c33b594cc95ef2e70fe8e9d6dfae942bff1865f5;hb=557959f0e08f90646409d70f0231186d7a612c34;hp=7d4cbbccf5a83b2512379cec6dc095b33b1b4be2;hpb=c6cb049fa23065c0c7442f3c021c92dba43c5658;p=unfold.git diff --git a/Makefile b/Makefile index 7d4cbbcc..c33b594c 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,24 @@ -### -all: - @echo no default target +### first purpose, build and install from the specfile +all: build force: +DESTDIR := / +datadir := /usr/share +bindir := /usr/bin + +PWD := $(shell pwd) + +build: static templates + python setup.py build + +install: + python setup.py install \ + --install-purelib=$(DESTDIR)/$(datadir)/myslice \ + --install-scripts=$(DESTDIR)/$(datadir)/myslice \ + --install-data=$(DESTDIR)/$(datadir)/myslice + + #################### compute emacs tags # list files under git but exclude third-party stuff like bootstrap and jquery myfiles: force