# autopkg rules for code2html
# http://www.palfrader.org/code2html/

sub build {
  docfiles(qw(CREDITS ChangeLog INSTALL LICENSE README));
  copyfiles('usr/man/man1', 'code2html.1');
  ziptree('usr/man');
  mkdirs('usr/bin');
  shellcmd("install -m 0755 code2html $PKGDIR/usr/bin", 'install program');
  $OPTIONS{STRIP} = 0;
}



syntax highlighted by Code2HTML, v. 0.9.1