From 08cb5c1d0245f6bfc1dd4d041eb418bc160c7b05 Mon Sep 17 00:00:00 2001 From: David Herrmann Date: Wed, 16 Jan 2013 19:35:25 +0100 Subject: man: fix manpage build instructions This fixes all the out-of-tree build-failures with manpages and uses a .man_fixup file to avoid overriding man-pages on every build. Manpages are only built if xsltproc is found and the stylesheets are available locally. You can disable building manpages with --disable-manpages so the quite expensive xsltproc procedure can be skipped. Signed-off-by: David Herrmann --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 1de66bca..225fd801 100644 --- a/.gitignore +++ b/.gitignore @@ -52,6 +52,7 @@ libkms.pc libtool ltmain.sh mach64.kld +man/.man_fixup mga.kld missing mkinstalldirs -- cgit v1.2.3