This patch series fixes some problems and introduces a few changes in the build system.
Michael Hanselmann (6): Makefile: Fix docbook2man error message Simplify manpage building Makefile: Use BUILT_SOURCES Add script to run build commands in temporary directory Fix building in a different directory Run unittests in a temporary directory Makefile.am | 64 +++++++++++++++++---------------------------- autotools/docbook-wrapper | 7 +++-- autotools/run-in-tempdir | 11 +++++++ test/testutils.py | 6 +--- 4 files changed, 41 insertions(+), 47 deletions(-) create mode 100755 autotools/run-in-tempdir
