summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorNathan Kinder <nkinder@redhat.com>2009-02-13 20:05:59 +0000
committerNathan Kinder <nkinder@redhat.com>2009-02-13 20:05:59 +0000
commit922b3d85f45362fb1de3bd35bd329cfd4c260500 (patch)
treee302b4ffa9d2bd6e9207153594fed02a13f041a7 /Makefile.am
parent1551ce2a6f91b7811e49fed8497b399263a5310f (diff)
downloadds-922b3d85f45362fb1de3bd35bd329cfd4c260500.tar.gz
ds-922b3d85f45362fb1de3bd35bd329cfd4c260500.tar.xz
ds-922b3d85f45362fb1de3bd35bd329cfd4c260500.zip
Resolves: 446697
Summary: Added new remove-ds.pl script and manpage.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am8
1 files changed, 5 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 9dfe565c..ddfe0116 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -61,7 +61,7 @@ LIBCRUN=@LIBCRUN@
BUILT_SOURCES = dirver.h dberrstrs.h
CLEANFILES = dirver.h dberrstrs.h ns-slapd.properties \
- ldap/admin/src/scripts/dscreate.map \
+ ldap/admin/src/scripts/dscreate.map ldap/admin/src/scripts/remove-ds.pl \
ldap/admin/src/scripts/DSCreate.pm ldap/admin/src/scripts/DSMigration.pm \
ldap/admin/src/scripts/dsorgentries.map ldap/admin/src/scripts/migrate-ds.pl \
ldap/admin/src/scripts/Migration.pm ldap/admin/src/scripts/SetupDialogs.pm \
@@ -232,7 +232,8 @@ schema_DATA = $(srcdir)/ldap/schema/00core.ldif \
$(srcdir)/ldap/schema/99user.ldif
sbin_SCRIPTS = ldap/admin/src/scripts/setup-ds.pl \
- ldap/admin/src/scripts/migrate-ds.pl
+ ldap/admin/src/scripts/migrate-ds.pl \
+ ldap/admin/src/scripts/remove-ds.pl
bin_SCRIPTS = ldap/servers/slapd/tools/rsearch/scripts/dbgen.pl \
wrappers/dbscan \
@@ -332,7 +333,8 @@ dist_man_MANS = man/man1/dbscan.1 \
man/man1/rsearch.1 \
man/man8/migrate-ds.pl.8 \
man/man8/ns-slapd.8 \
- man/man8/setup-ds.pl.8
+ man/man8/setup-ds.pl.8 \
+ man/man8/remove-ds.pl.8
#////////////////////////////////////////////////////////////////
#