[SCM] gsequencer/master: modified debian/rules to generate htmldoc
jkraehemann-guest at users.alioth.debian.org
jkraehemann-guest at users.alioth.debian.org
Mon Oct 5 13:02:14 UTC 2015
The following commit has been merged in the master branch:
commit 05946bda868166baee2b71b4884d0d433b4d55be
Author: Joël Krähemann <jkraehemann-guest at users.alioth.debian.org>
Date: Mon Oct 5 14:42:36 2015 +0200
modified debian/rules to generate htmldoc
diff --git a/debian/rules b/debian/rules
index d69ffe0..2c19ba6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,6 +10,10 @@ override_dh_auto_build:
xsltproc --nonet --param make.year.ranges 1 --param make.single.year.ranges 1 --param man.charmap.use.subset 0 -o debian/ http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl debian/gsequencer.1.xml
dh_auto_build
+override_dh_installdocs:
+ make install-html
+ dh_installdocs
+
# main packaging script based on dh7 syntax
%:
dh $@ --with autoreconf
--
gsequencer packaging
More information about the pkg-multimedia-commits
mailing list