[Python-modules-commits] [python-easygui] 02/04: Description: Replace two spaces with a tab in the sphinx makefile Author: Andreas Noteng <andreas at noteng.no> Forwarded: Email to upstream --- This patch header follows DEP-3: http://dep.debian.net/deps/dep3/

Andreas Noteng anoteng-guest at moszumanska.debian.org
Thu May 12 18:35:10 UTC 2016


This is an automated email from the git hooks/post-receive script.

anoteng-guest pushed a commit to branch master
in repository python-easygui.

commit 41ba8e7bf52b7a72a25f6b8a50c980aec2134974
Author: Andreas Noteng <andreas at noteng.no>
Date:   Wed May 11 23:01:41 2016 +0200

    Description: Replace two spaces with a tab in the sphinx makefile
    Author: Andreas Noteng <andreas at noteng.no>
    Forwarded: Email to upstream
    ---
    This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
---
 sphinx/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sphinx/Makefile b/sphinx/Makefile
index d2fa4b0..7131464 100644
--- a/sphinx/Makefile
+++ b/sphinx/Makefile
@@ -49,7 +49,7 @@ help:
 
 clean:
 	rm -rf $(BUILDDIR)/*
-  rm -rf $(HTMLBUILDDIR)/*
+	rm -rf $(HTMLBUILDDIR)/*
 
 html:
 	$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(HTMLBUILDDIR)/html

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-easygui.git



More information about the Python-modules-commits mailing list