wmget: Remove docbook -> manpage conversion.
commit1a9438fbe2dbd450d9b2436e62320ed295599d5f
authorDoug Torrance <dtorrance@piedmont.edu>
Sun, 7 Feb 2016 05:53:19 +0000 (7 00:53 -0500)
committerCarlos R. Mafra <crmafra@gmail.com>
Sun, 7 Feb 2016 15:36:01 +0000 (7 21:06 +0530)
tree254add2ee84828a2cbfd6e62a6541d8b081a8312
parentf74b7b33acc6a77264ed4950a96a521fd93f23a5
wmget: Remove docbook -> manpage conversion.

It was resulting in compilation errors:
   profzoom@cayke:~/src/dockapps/dockapps/wmget$ xsltproc --nonet
     wmget.refentry.xml
   I/O error : Attempt to load network entity http://docbook.sourceforge.net/
     release/xsl/1.62/manpages/docbook.xsl
   warning: failed to load external entity "http://docbook.sourceforge.net/
     release/xsl/1.62/manpages/docbook.xsl"
   error
   xsltParseStylesheetFile : cannot parse http://docbook.sourceforge.net/
     release/xsl/1.62/manpages/docbook.xsl
   compilation error: file wmget.refentry.xml line 19 element refentry
   xsltParseStylesheetProcess : document is not a stylesheet

We therefore remove the xml source file and in the future, we will edit the
troff file directly.

We also add the version number to the manpage via autoconf.
wmget/configure.ac
wmget/wmget.1.in [moved from wmget/wmget.1 with 97% similarity]
wmget/wmget.refentry.xml [deleted file]