From f40fe787b6ec0b18b84792ddea304ae27a2d5ecf Mon Sep 17 00:00:00 2001 From: Christian Jacobs Date: Sat, 30 Mar 2013 23:58:25 +0000 Subject: [PATCH] Changed 'pyqso_setup' to 'install'. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 590eb6e..184dc91 100644 --- a/Makefile +++ b/Makefile @@ -18,9 +18,9 @@ # You should have received a copy of the GNU General Public License # along with PyQSO. If not, see . -input: clean pyqso_setup documentation +input: clean install documentation -pyqso_setup: +install: @echo **********Setting up PyQSO python setup.py install