File: sphinxdoc.pm

package info (click to toggle)
sphinx 1.6.5-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 14,936 kB
  • sloc: python: 50,528; perl: 387; makefile: 296; sh: 80; xml: 16; ansic: 1
file content (8 lines) | stat: -rw-r--r-- 111 bytes parent folder | download | duplicates (53)
1
2
3
4
5
6
7
8
use warnings;
use strict;

use Debian::Debhelper::Dh_Lib;

insert_after('dh_installdocs', 'dh_sphinxdoc');

1;