X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=doc%2Fdoc-docbook%2Fx2man;h=e133e23edd0fe58886f79778583bce40b9b0f5b3;hb=4a891427d0a3b443ab636fa6c978d2367d077895;hp=be25ae1923d8d2965d4c63b8746886710a29e61e;hpb=3cb1b51eaf0fde876dcdc9e4e14a1458f5714eb6;p=exim.git diff --git a/doc/doc-docbook/x2man b/doc/doc-docbook/x2man index be25ae192..e133e23ed 100755 --- a/doc/doc-docbook/x2man +++ b/doc/doc-docbook/x2man @@ -1,17 +1,8 @@ #! /usr/bin/perl -w -# $Cambridge: exim/doc/doc-docbook/x2man,v 1.6 2006/12/19 12:28:35 ph10 Exp $ - # Script to find the command line options in the DocBook source of the Exim # spec, and turn them into a man page, because people like that. - - - -################################################## -# Main Program # -################################################## - open(IN, "spec.xml") || die "Can't open spec.xml\n"; open(OUT, ">exim.8" ) || die "Can't open exim.8\n"; @@ -20,17 +11,14 @@ print OUT <