summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2010-08-09 16:30:19 -0400
committerGaetan Nadon <memsize@videotron.ca>2010-08-11 08:03:02 -0400
commit7c55725e4eaf2296d4ea047a155d0ec7bc4976fd (patch)
tree3b0ace5dfdf3dcbbd64b9c630da5580d573bf943 /configure.ac
parent85b1eda6ac104850add5a98fc4caca7f59d7cb19 (diff)
config: simplify building of shadow man pages
Store the shadow files in git as any other man page. Move man pages to man dir and use the common makefile Local fix for bug 5628 in commit d8f719a352cd4d4ace60566b73a077175940a351 is not required as the problem has been fixed in util-macros d9062e4077ebfd0985baf8418f3d0f111b9ddbba Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d60e416..b7083e1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -54,4 +54,5 @@ AC_ARG_WITH(appdefaultdir,
[appdefaultdir="$withval"], [appdefaultdir="${xt_appdefaultdir}"])
AC_SUBST(appdefaultdir)
-AC_OUTPUT([Makefile])
+AC_OUTPUT([Makefile
+ man/Makefile])