From fa8d539e0fbce952266a246364e5e9cd537b29fd Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 27 Jun 2005 12:09:52 +0000 Subject: r7943: Add 'make manpages', fix 'make installman' and 'make uninstallman'. Not part of the "all" make target yet, as it requires xsltproc (This used to be commit fd3f4636438cf1d9c0dd802064033271b9e4d935) --- source4/build/m4/check_doc.m4 | 1 + source4/build/m4/env.m4 | 1 + 2 files changed, 2 insertions(+) create mode 100644 source4/build/m4/check_doc.m4 (limited to 'source4/build/m4') diff --git a/source4/build/m4/check_doc.m4 b/source4/build/m4/check_doc.m4 new file mode 100644 index 0000000000..2aaf9596de --- /dev/null +++ b/source4/build/m4/check_doc.m4 @@ -0,0 +1 @@ +AC_PATH_PROG(XSLTPROC, xsltproc) diff --git a/source4/build/m4/env.m4 b/source4/build/m4/env.m4 index c272247661..7d43f920dd 100644 --- a/source4/build/m4/env.m4 +++ b/source4/build/m4/env.m4 @@ -21,3 +21,4 @@ sinclude(build/m4/check_cc.m4) sinclude(build/m4/check_ld.m4) sinclude(build/m4/check_shld.m4) sinclude(build/m4/check_types.m4) +sinclude(build/m4/check_doc.m4) -- cgit