Install schema/README

This commit is contained in:
Kurt Zeilenga 2003-03-30 05:59:09 +00:00
parent 4ab98f70f8
commit 9ac14af051

View file

@ -359,6 +359,11 @@ all-cffiles: slapd $(SLAPD_DYNAMIC_BACKENDS) tools
install-schema: FORCE
@-$(MKDIR) $(DESTDIR)$(schemadir)
i="$(srcdir)/schema/README" ; \
SF=`basename $$i` ; \
SD="$(DESTDIR)$(schemadir)/$$SF" ; \
echo $(INSTALL) $(INSTALLFLAGS) -m 444 $$i $$SD ; \
$(INSTALL) $(INSTALLFLAGS) -m 444 $$i $$SD
for i in $(srcdir)/schema/*.schema ; do \
SF=`basename $$i` ; \
SD="$(DESTDIR)$(schemadir)/$$SF" ; \