From 44cf8ce39936d7c045c58c550ad7cd21f9d59760 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Tue, 5 Aug 2014 21:08:02 -0400 Subject: Makefiles require tabs - not spaces - for indentation. see #328 --- makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index 411aa8d..3945db6 100644 --- a/makefile +++ b/makefile @@ -7,17 +7,17 @@ install: .PHONY : deploy deploy: python setup.py register - python setup.py sdist --manifest-only + python setup.py sdist --manifest-only python setup.py sdist --formats zip,gztar upload .PHONY : build build: - python setup.py sdist --manifest-only + python setup.py sdist --manifest-only python setup.py sdist --formats zip,gztar .PHONY : build-win build-win: - python setup.py sdist --manifest-only + python setup.py sdist --manifest-only python setup.py bdist_wininst .PHONY : docs -- cgit v1.2.3