diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-11 23:05:30 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-11 23:05:30 +0000 |
commit | 1c34ea842fdece6b1a8c8666c2e7fc2b803ffd89 (patch) | |
tree | 7c1826140e7d55c2ceb86fd4359284669b1dfbd5 /configure.ac | |
parent | 2751dbddbea70b8732081f0ad63b1b0d6791447c (diff) |
configure.ac Set up cpp pre-processing of man pages Add shadow man pages
for man pages that document multiple functions.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 6e0d379..b76ad3c 100644 --- a/configure.ac +++ b/configure.ac @@ -40,6 +40,10 @@ AC_HEADER_STDC XORG_RELEASE_VERSION +# Man page processing requirements +XORG_PROG_RAWCPP +XORG_MANPAGE_SECTIONS + AC_OUTPUT([Makefile man/Makefile src/Makefile |