From 26cf4a7afad334eeb9cbc6508cca3971107d2ebf Mon Sep 17 00:00:00 2001 From: Michele Simionato Date: Fri, 24 Jul 2015 12:39:41 +0200 Subject: Cleaned uncommitted code --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6a48393..1adf343 100644 --- a/Makefile +++ b/Makefile @@ -12,4 +12,4 @@ pdf: documentation.rst rst2pdf documentation.rst -o documentation.pdf upload: documentation.pdf - python3 setup.py register sdist bdist_wheel upload + git clean -f; python3 setup.py register sdist bdist_wheel upload -- cgit v1.2.1