[Python-modules-commits] [python-mkdocs] 11/11: Improve on previous change

Brian May bam at moszumanska.debian.org
Mon May 2 06:22:47 UTC 2016


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

bam pushed a commit to branch master
in repository python-mkdocs.

commit 5491b70676582ffb1864f9f9bd07176257644dc6
Author: Brian May <bam at debian.org>
Date:   Mon May 2 16:10:56 2016 +1000

    Improve on previous change
---
 debian/rules | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index e7ba71c..7512632 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,6 +15,7 @@ override_dh_auto_build:
 	mv site docs.debian/html
 	
 	rm docs.debian/html/license/highlight.js/LICENSE
+	rm -rf docs.debian/html/__pycache__
 
 override_dh_auto_install:
 	dh_auto_install
@@ -25,8 +26,6 @@ override_dh_auto_install:
 		find $(PREFIX) -name $$FILENAME -exec \
 			ln -sf /usr/share/fonts-font-awesome/fonts/$$FILENAME {} \;; \
 	done
-	
-	rm -rf debian/mkdocs/usr/share/doc/mkdocs-doc/html/__pycache__
 
 override_dh_auto_clean:
 	dh_auto_clean

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



More information about the Python-modules-commits mailing list