--- data/Makefile 2008/04/30 20:29:15 96 +++ data/Makefile 2008/04/30 21:26:14 97 @@ -1,10 +1,11 @@ -update: schema2ldif-hreduorg schema2ldif-hreduperson fetch-core fetch-inetorgperson +update: schema2ldif-hreduorg schema2ldif-hreduperson openldap rm -f all.ldif cat *.ldif > all.ldif +openldap: fetch-core schema2ldif-core fetch-inetorgperson schema2ldif-inetorgperson fetch-%: - test -f $*.ldif || wget -nc http://www.openldap.org/devel/cvsweb.cgi/~checkout~/servers/slapd/schema/$*.ldif + test -f $*.schema || wget -nc http://www.openldap.org/devel/cvsweb.cgi/~checkout~/servers/slapd/schema/$*.schema schema2ldif-%: ./ol-schema-migrate.pl -b $*.schema > $*.ldif