/[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

Annotation of /data/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 96 - (hide annotations)
Wed Apr 30 20:29:15 2008 UTC (15 years, 11 months ago) by dpavlin
File size: 329 byte(s)
make combined ldif schema
1 dpavlin 96 update: schema2ldif-hreduorg schema2ldif-hreduperson fetch-core fetch-inetorgperson
2     rm -f all.ldif
3     cat *.ldif > all.ldif
4    
5    
6     fetch-%:
7     test -f $*.ldif || wget -nc http://www.openldap.org/devel/cvsweb.cgi/~checkout~/servers/slapd/schema/$*.ldif
8    
9     schema2ldif-%:
10     ./ol-schema-migrate.pl -b $*.schema > $*.ldif
11    
12     clean:
13     rm -f *.ldif

  ViewVC Help
Powered by ViewVC 1.1.26