summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin.dahyabhai@pobox.com>2009-06-17 16:40:49 -0400
committerNalin Dahyabhai <nalin.dahyabhai@pobox.com>2009-06-17 16:40:49 -0400
commit5245e4a23bb8fbd03d7f4c7fda9142accce244ca (patch)
tree7c6e4eb81b99fde3adab5b0957190a7baa194b6b /configure.ac
parent85279ca2a378d6484ab83ad1ac3bc87a0cac8409 (diff)
downloadslapi-nis-5245e4a23bb8fbd03d7f4c7fda9142accce244ca.tar.gz
slapi-nis-5245e4a23bb8fbd03d7f4c7fda9142accce244ca.tar.xz
slapi-nis-5245e4a23bb8fbd03d7f4c7fda9142accce244ca.zip
- move some documentation files around
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 6e64409..28577a8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -280,6 +280,7 @@ AC_SUBST(NIS_PLUGIN_CONTINUE_WITHOUT_PORTMAP_ENV)
AC_SUBST(TRACE_CMD)
AC_CONFIG_HEADER(src/config.h)
-AC_OUTPUT(Makefile src/Makefile doc/nis-plugin.ldif doc/sch-plugin.ldif
+AC_OUTPUT(Makefile src/Makefile
+ doc/examples/nis-plugin-example.ldif doc/examples/sch-plugin-example.ldif
tests/Makefile tests/clients/Makefile
tests/slapd.sh tests/config/dse.ldif.initial)