Project

General

Profile

Revision db58b89e

IDdb58b89e84183e16a76c8bc8b3cf9a648fd9ba39
Parent b8e1cd40
Child 0f0e32ed

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
10 10
install_pkg: install_python_pkg install_data
11 11

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

  

Also available in: Unified diff