]> git.ipfire.org Git - thirdparty/shairport-sync.git/commit
Update README.md 308/head
authorvru1 <vru1@users.noreply.github.com>
Sat, 21 May 2016 20:21:43 +0000 (22:21 +0200)
committervru1 <vru1@users.noreply.github.com>
Sat, 21 May 2016 20:21:43 +0000 (22:21 +0200)
commitba2f1a67af15045cbd69f578f3683377fda4a349
tree5da4213af4be26029f26d8ae917ef57429e7ef65
parentb6007894bf643b1c5eddbabaf00673e809e6e304
Update README.md

If xmltoman is not installed, ./configure complains:
...
checking for xmltoman... no
configure: WARNING: >>xmltoman not found - not rebuilding man pages
...
After xmltoman is installed, no more complains:
...
checking for xmltoman... xmltoman
...
Afterwards when launching make, the man pages are processed ok:
...
xmltoman shairport-sync.7.xml > shairport-sync.7
README.md