man: remove .man_fixup workaround
authorEmil Velikov <emil.l.velikov@gmail.com>
Wed, 15 Jul 2015 15:31:15 +0000 (16:31 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Wed, 29 Jul 2015 17:04:15 +0000 (18:04 +0100)
commitd1f321fdf9367d3a488f81c8c3c8b8aa5b8d69bb
treeddfff205eda1669e41d24d381741c3f8671131cb
parent1a6efaf68e207302cd9423051b8091fa663bbabe
man: remove .man_fixup workaround

The whole thing is quite messy - the file is used to indicate that the
man pages were correctly generated prior to applying the "fixup" (alias)

At the same time we use a rule with the same name, to create the same
file if the generation has failed.

In other words - it attempts to create the file either way. So there is
little point in it and we can remove it.

Spotted while attempting to build with bmake which kindly blocked on the
following (non compliant construct)

.man_fixup: | $(miscman_DATA)

Cc: Jonathan Gray <jsg@jsg.id.au>
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
man/Makefile.am