summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin.dahyabhai@pobox.com>2009-06-17 18:19:11 -0400
committerNalin Dahyabhai <nalin.dahyabhai@pobox.com>2009-06-17 18:19:11 -0400
commitb5118a817adea7587d51ed70ef6e2c2bdd605fcc (patch)
treec275a6510183da20723e1277a17e2a525a02c5f7 /Makefile.am
parent78a5eb1a1b9db164b368305f1bfb05afd9f0714c (diff)
downloadslapi-nis-b5118a817adea7587d51ed70ef6e2c2bdd605fcc.tar.gz
slapi-nis-b5118a817adea7587d51ed70ef6e2c2bdd605fcc.tar.xz
slapi-nis-b5118a817adea7587d51ed70ef6e2c2bdd605fcc.zip
- add a note about known map types
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 32bd35d..3b32aee 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,6 +2,14 @@ EXTRA_DIST = COPYING NEWS README STATUS slapi-nis.spec doc/*.txt doc/examples/*.
SUBDIRS = src tests
ACLOCAL_AMFLAGS=-I m4
+noinst_DATA = $(srcdir)/doc/nis-known-maps.txt
+$(srcdir)/doc/nis-known-maps.txt: src/defs-nis.c $(builddir)/Makefile
+ : > $@
+ echo "This is the list of NIS maps for which compiled-in default search" >> $@
+ echo "filters and key and value format specifiers are currently known:" >> $@
+ echo "" >> $@
+ egrep '{"[^"]+",' $(srcdir)/src/defs-nis.c | awk -F'"' '{print " ", $$2}' >> $@
+
VERSION=@PACKAGE_VERSION@
RELEASE=0
GITTAG=slapi-nis-$(VERSION)