[SCM] Debian packaging for latexdiff branch, master, updated. c8786b68ae8796cd28eb15c15d424dd4c32dff2c

David Bremner bremner at unb.ca
Wed Aug 12 12:02:10 UTC 2009


The following commit has been merged in the master branch:
commit 5e4d65159b59f91edda343b9fcf15023fe617f44
Author: David Bremner <bremner at unb.ca>
Date:   Wed Aug 12 08:21:34 2009 -0300

    build and install pdf manual

diff --git a/debian/docs b/debian/docs
index 911646e..f7b5e3a 100644
--- a/debian/docs
+++ b/debian/docs
@@ -1,3 +1,4 @@
 README
 CHANGES
 contrib/latexdiff-wrap
+latexdiff-man.pdf
diff --git a/debian/rules b/debian/rules
index 232b75f..356a158 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,10 @@
 	dh $@
 
 
-override_dh_auto_build: latexdiff.1  latexdiff-vc.1  latexrevise.1
+override_dh_auto_build: latexdiff.1  latexdiff-vc.1  latexrevise.1 latexdiff-man.pdf
 
 override_dh_auto_install: 
 	make install-latexdiff-fast install-latexrevise install-latexdiff-vc INSTALLPATH=$(CURDIR)/debian/latexdiff/usr
+
+latexdiff-man.pdf: debian/latexdiff-man.tex debian/Makefile.manual
+	make -f debian/Makefile.manual latexdiff-man.pdf
\ No newline at end of file

-- 
Debian packaging for latexdiff



More information about the Pkg-perl-cvs-commits mailing list