man: fix compilation without xsltproc
authorDavid Herrmann <dh.herrmann@googlemail.com>
Wed, 26 Sep 2012 14:41:50 +0000 (16:41 +0200)
committerKristian Høgsberg <krh@bitplanet.net>
Wed, 26 Sep 2012 16:28:22 +0000 (12:28 -0400)
commit56ea2e793b155c6476ff55d876bd6bb2c5170720
treec173cacdaac16b2afc98d20a809db16ca7cffeeb
parent49dee9a86c39b8e656fdc628591cfc5257c1b8c2
man: fix compilation without xsltproc

We really shouldn't add the man-pages when HAVE_XSLTPROC is not true so
move it into the if-clause.
But declare the automake-variables outside of the if-clause to avoid
automake complaints.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
doc/man/Makefile.am