File: rdoc.pm

package info (click to toggle)
ruby-pkg-tools 0.17
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 84 kB
  • ctags: 44
  • sloc: perl: 20; sh: 6; makefile: 5
file content (9 lines) | stat: -rw-r--r-- 121 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/usr/bin/perl

use warnings;
use strict;
use Debian::Debhelper::Dh_Lib;

insert_after("dh_installman", "dh_rdoc");

1;