[vtk6] 02/02: Remove md5 files from documentation. (Closes: #750407)
Anton Gladky
gladk at moszumanska.debian.org
Wed Jun 4 19:33:53 UTC 2014
This is an automated email from the git hooks/post-receive script.
gladk pushed a commit to branch master
in repository vtk6.
commit 126ea5dee8f2f357bdfef3ef7369dcd397e0249d
Author: Mathieu Malaterre <malat at debian.org>
Date: Wed Jun 4 20:50:32 2014 +0200
Remove md5 files from documentation. (Closes: #750407)
---
debian/rules | 2 ++
1 file changed, 2 insertions(+)
diff --git a/debian/rules b/debian/rules
index 727ce80..93e35c1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -58,6 +58,8 @@ override_dh_auto_build:
dh_auto_build
# Make doc (see wiki/VTK/debian/buildingDoxygen)
cd $(BUILDDIR) && make DoxygenDoc
+ # remove .md5 files
+ find $(BUILDDIR)/Utilities/Doxygen/doc/html/ -name "*.md5" | xargs rm -f
override_dh_auto_install:
dh_auto_install -X.pyc -X.pyo
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/vtk6.git
More information about the debian-science-commits
mailing list