From f309175aeb7cee90bc1537ccc871e5b2221dac87 Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Fri, 23 Mar 2012 16:27:05 +0000 Subject: Install path-substituted man pages Introduce src/doc/Makefile.in, which will eventually subsume doc/Makefile (but will still pull sources from doc). In the rstman target there, create man pages with symbolic path references (like @SBINDIR@). In man/Makefile.in, substitute the path references with the configured paths before installing. Man pages generated from RST source are now checked into the source tree under the name filename.man. This lets us use a single implicit .man.sub rule for the path substitutions. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25786 dc483132-0cff-0310-8789-dd5450dbe970 --- src/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/configure.in') diff --git a/src/configure.in b/src/configure.in index 0a7ec6b186..b1661f08b2 100644 --- a/src/configure.in +++ b/src/configure.in @@ -1284,7 +1284,7 @@ dnl lib/krb5/ccache/ccapi dnl ccapi ccapi/lib ccapi/lib/unix ccapi/server ccapi/server/unix ccapi/test - kdc slave config-files gen-manpages man include + kdc slave config-files gen-manpages man doc include plugins/locate/python plugins/kadm5_hook/test -- cgit