summaryrefslogtreecommitdiffstats
path: root/Makefile.in
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.in
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.in')
-rw-r--r--Makefile.in9
1 files changed, 5 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in
index 3c9c72b3..5e7f0d9d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -935,7 +935,6 @@ PACKAGE_VERSION = @PACKAGE_VERSION@
PATH_SEPARATOR = @PATH_SEPARATOR@
PKG_CONFIG = @PKG_CONFIG@
RANLIB = @RANLIB@
-SED = @SED@
SET_MAKE = @SET_MAKE@
SHELL = @SHELL@
SOLARIS_FALSE = @SOLARIS_FALSE@
@@ -1111,7 +1110,7 @@ KERBEROS_LINK = $(kerberos_lib)
#------------------------
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 \
@@ -1239,7 +1238,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 \
@@ -1338,7 +1338,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
#////////////////////////////////////////////////////////////////