Project

General

Profile

Revision 852d99cb

ID852d99cb9936bcaf92340802a8ec66e3ca8429ed
Parent 3ba7282b
Child 3751b6ce

Added by Aurelien BOMPARD about 13 years ago

changement des makefiles pour faciliter l'install depuis les sources

git-svn-id: https://vigilo-dev.si.c-s.fr/svn@6678 b22e2e97-25c9-44ff-b637-2e5ceca36478

View differences:

Makefile
11 11
install_pkg: install_python_pkg install_data
12 12

  
13 13
install_python: $(PYTHON)
14
	$(PYTHON) setup.py install --root=$(DESTDIR) --record=INSTALLED_FILES
14
	$(PYTHON) setup.py install --record=INSTALLED_FILES
15 15
install_python_pkg: $(PYTHON)
16 16
	$(PYTHON) setup.py install --single-version-externally-managed --root=$(DESTDIR) --record=INSTALLED_FILES
17 17

  

Also available in: Unified diff