/[A3C]/data/Makefile
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /data/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 96 by dpavlin, Wed Apr 30 20:29:15 2008 UTC revision 97 by dpavlin, Wed Apr 30 21:26:14 2008 UTC
# Line 1  Line 1 
1  update: schema2ldif-hreduorg schema2ldif-hreduperson fetch-core fetch-inetorgperson  update: schema2ldif-hreduorg schema2ldif-hreduperson openldap
2          rm -f all.ldif          rm -f all.ldif
3          cat *.ldif > all.ldif          cat *.ldif > all.ldif
4    
5    openldap: fetch-core schema2ldif-core fetch-inetorgperson schema2ldif-inetorgperson
6    
7  fetch-%:  fetch-%:
8          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
9    
10  schema2ldif-%:  schema2ldif-%:
11          ./ol-schema-migrate.pl -b $*.schema > $*.ldif          ./ol-schema-migrate.pl -b $*.schema > $*.ldif

Legend:
Removed from v.96  
changed lines
  Added in v.97

  ViewVC Help
Powered by ViewVC 1.1.26