[SCM] pd-iemlib/master: Build pdf documentation from doc
zmoelnig-guest at users.alioth.debian.org
zmoelnig-guest at users.alioth.debian.org
Mon Dec 16 15:25:12 UTC 2013
The following commit has been merged in the master branch:
commit 932f125601060ac5c9c40cccc6fc0694cb3f3e2b
Author: IOhannes m zmölnig <zmoelnig at iem.at>
Date: Mon Dec 16 16:13:05 2013 +0100
Build pdf documentation from doc
diff --git a/debian/rules b/debian/rules
index 156fb67..7e21913 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,3 +22,8 @@ include /usr/share/cdbs/1/class/pd.mk
include /usr/share/cdbs/1/rules/utils.mk
DEB_COPYRIGHT_CHECK_IGNORE_REGEX = ^Dokumentation_German\.pdf|iem_mp3\/test1.mp3|iemlib1\/lp[123]\.wav$
+## re-build the German documentation from (doc) source, and cleanup
+build/pd-iemlib::
+ unoconv -f pdf -o $(CURDIR)/debian/Dokumentation_German.pdf $(CURDIR)/Dokumentation_German.doc
+clean::
+ rm -f $(CURDIR)/debian/Dokumentation_German.pdf
\ No newline at end of file
--
pd-iemlib packaging
More information about the pkg-multimedia-commits
mailing list