Project

General

Profile

Revision 8a4a20e4

ID8a4a20e49715d61766f7677149a9801a6ae6e10b
Parent 809955f3
Child 032d0f30

Added by Aurelien BOMPARD about 13 years ago

Correction de copier-collers abusifs

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

View differences:

Makefile
9 9
install: build install_python install_data
10 10
install_pkg: build install_python_pkg install_data
11 11

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

  
17 17
install_data: deployment/logrotate.con

Also available in: Unified diff