diff --git a/LDP/wt2db/Makefile.PL b/LDP/wt2db/Makefile.PL index e5294a17..b5fb6e9d 100644 --- a/LDP/wt2db/Makefile.PL +++ b/LDP/wt2db/Makefile.PL @@ -3,24 +3,26 @@ ## Makefile for the wt2db Perl module. ## ## Copyright (c) 2001, 2002, David Merrill. All rights reserved. -## This code is free software; you can redistribute it and/or modify -## it under the same terms as Perl itself. +## This code is Free Software; you can redistribute it and/or modify +## it under the GNU General Public License. See COPYING for details. ## use ExtUtils::MakeMaker; WriteMakefile( - NAME => 'Wt2Db', - AUTHOR => 'David Merrill ', - ABSTRACT => 'Converts WikiText documents into DocBook XML.', - NOECHO => '', - VERSION_FROM => 'lib/Wt2Db.pm', - EXE_FILES => 'wt2db', - PREREQ_PM => { - 'File::Basename' => 0, - 'HTML::Entities' => 0, - 'FileHandle' => 0, - }, - + NAME => 'Wt2Db', + AUTHOR => 'David Merrill ', + ABSTRACT => 'Converts WikiText documents into DocBook XML.', + NOECHO => '', + VERSION_FROM => 'lib/Wt2Db.pm', + EXE_FILES => [ qw( wt2db ) ], + PREREQ_PM => { + 'File::Basename' => 0, + 'HTML::Entities' => 0, + 'FileHandle' => 0, + }, + MAN1PODS => { + "doc/wt2db.pod" => 'blib/man1/wt2db.1', + }, ); diff --git a/LDP/wt2db/doc/wt2db.pod b/LDP/wt2db/doc/wt2db.pod new file mode 100644 index 00000000..b5848a0f --- /dev/null +++ b/LDP/wt2db/doc/wt2db.pod @@ -0,0 +1,60 @@ +=head1 NAME + +B - utility to convert WikiText documents into DocBook XML. + +=head1 SYNOPSIS + +B [I