Change how man pages are built (and where they are built to). Building man
authorPeter Johnson <peter@tortall.net>
Thu, 13 Jan 2005 07:14:48 +0000 (07:14 -0000)
committerPeter Johnson <peter@tortall.net>
Thu, 13 Jan 2005 07:14:48 +0000 (07:14 -0000)
commit2b5f4b7704e79c6c8806c762b523c197e059568f
tree5d300ace184c6e07aa51a3e7bb23e2016f109a14
parentcb9a9f95f8d845dfb88cdb1832788a373fb39911
Change how man pages are built (and where they are built to).  Building man
pages should now be more consistent across systems.

* arch/Makefile.inc: Build yasm_arch.7 at top level, and in dist_man_MANS
instead of man_MANS.  Include build rule for building using XMLTO if XMLTO
is available.
* yasm/Makefile.inc: Likewise (for yasm.1).
* Makefile.am: Change man_MANS to dist_man_MANS.  Remove general rules for
.xml.1 and .xml.7.  Add dist_man_MANS to MAINTAINERCLEANFILES.  Remove
man_MANS from BUILT_SOURCES, DISTCLEANFILES, and EXTRA_DIST.

svn path=/trunk/yasm/; revision=1189
Makefile.am
frontends/yasm/Makefile.inc
modules/arch/Makefile.inc