summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2014-12-15 16:25:24 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2014-12-15 16:25:24 -0500
commit65d86148ccb391ec57cf7715f9d295c22e148f70 (patch)
tree8cefdc2f1f7a4ae6601998bd468a1630cfb99d8c /configure.ac
parent2a86df94e9441527456e0d24648039882031a9a2 (diff)
update the manual
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac12
1 files changed, 10 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index f25c6f1..49d6bd6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -364,6 +364,14 @@ then
fi
# generate files
-AC_CONFIG_FILES([Makefile compat/Makefile common/Makefile nslcd/Makefile
- man/Makefile tests/Makefile])
+AC_CONFIG_FILES([
+ Makefile
+ compat/Makefile
+ common/Makefile
+ nslcd/Makefile
+ tests/Makefile
+ man/Makefile
+ man/nslcd.8.xml
+ man/nslcd.conf.5.xml
+ ])
AC_OUTPUT