Makefile 563 Bytes
Newer Older
1 2
INSTALL_PATH='opt/erp5/'`cat VERSION.txt`

Łukasz Nowak's avatar
Łukasz Nowak committed
3
software: bin/buildout
4
	bin/buildout
5

Łukasz Nowak's avatar
Łukasz Nowak committed
6
bin/buildout:
7
	python bootstrap/bootstrap.py
8 9

# run make assert to check that all is working
10 11
assert: bin/python2.4
	bin/python2.4 tests/assertSoftware.py
12 13 14

debian-appliance:
	svn co https://svn.erp5.org/repos/public/spec/debian-erp5-appliance/ debian-erp5-appliance
15
	cd debian-erp5-appliance/$(INSTALL_PATH); $(MAKE) $(MFLAGS)
16 17 18 19 20
	rm -rf debian-erp5-appliance/*.txt
	rm -rf `find . -type d -name .svn`
	rm -rf `find . -name *.pyc`
	cd ../../../../
	dpkg-deb -b debian-erp5-appliance/ .