summaryrefslogtreecommitdiffstats
path: root/debian/dh-sphinxdoc/sphinxdoc.pm
blob: 3b777e30f65502a128c4dcfbed0af54b9dc82e46 (plain)
1
2
3
4
5
6
7
8
use warnings;
use strict;

use Debian::Debhelper::Dh_Lib;

insert_after('dh_installdocs', 'dh_sphinxdoc');

1;