[SCM] soundscaperenderer/master: building/cleaning PDF documentation

zmoelnig-guest at users.alioth.debian.org zmoelnig-guest at users.alioth.debian.org
Wed Mar 5 15:40:28 UTC 2014


The following commit has been merged in the master branch:
commit e3fa4ea772aae5d61c7d8cf914bae59b13df3d7f
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Wed Mar 5 13:09:38 2014 +0100

    building/cleaning PDF documentation

diff --git a/debian/rules b/debian/rules
index 1963906..ea34418 100755
--- a/debian/rules
+++ b/debian/rules
@@ -41,6 +41,11 @@ DEB_CONFIGURE_EXTRA_FLAGS += $(DEB_CONFIGURE_EXTRA_FLAGS_$(cdbs_make_curflavor))
 
 DEB_COPYRIGHT_CHECK_IGNORE_REGEX = ^(doc/manual/images/.*\.(png|eps)|data/images/.*\.png|data/MacOSX/.*/.*\.(png|jpg)|data/MacOSX/(SSRIcon.icns|run-ssr.scpt)|data/impulse_responses/hrirs/hrirs_fabian\.wav|data/impulse_responses/wfs_prefilters/wfs_prefilter_[0-9]*_[0-9]*_[0-9]*\.wav|debian/(changelog|copyright(|_hints|_newhints)))$
 
+build/soundscaperenderer-common::
+	cd doc/manual && (latexmk; latexmk)
+cleanbuilddir/soundscaperenderer-common::
+	test -e doc/manual/SoundScapeRenderer.pdf && ( cd doc/manual && latexmk -C ) || true
+
 binary-install/soundscaperenderer-nox::
 	find $(CURDIR)/debian/soundscaperenderer-nox/usr/bin \
 	     -type f -name 'ssr*' -not -name '*.*' -exec \

-- 
soundscaperenderer packaging



More information about the pkg-multimedia-commits mailing list