[med-svn] [pycorrfit] 04/05: d/rules: remove existing PDF
Alex Mestiashvili
malex-guest at moszumanska.debian.org
Tue Dec 3 17:47:45 UTC 2013
This is an automated email from the git hooks/post-receive script.
malex-guest pushed a commit to branch master
in repository pycorrfit.
commit c56838c0500ad041df6b6d06682e288b874f9373
Author: Alexandre Mestiashvili <alex at biotec.tu-dresden.de>
Date: Tue Dec 3 17:28:58 2013 +0100
d/rules: remove existing PDF
---
debian/rules | 3 +++
1 file changed, 3 insertions(+)
diff --git a/debian/rules b/debian/rules
index 39b67ae..0895b2a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,11 +3,14 @@
#export DH_VERBOSE=1
TEXDOC=PyCorrFit_doc.tex
+PDF=PyCorrFit_doc.pdf
%:
dh $@ --with python2 --buildsystem=pybuild
override_dh_auto_build:
+ rm -f $(PDF)
+ ln -s doc-src/$(PDF)
cd doc-src && pdflatex $(TEXDOC)
dh_auto_build
--
Alioth's /git/debian-med/git-commit-notice on /srv/git.debian.org/git/debian-med/pycorrfit.git
More information about the debian-med-commit
mailing list