/[BackupPC]/trunk/dbxml/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 /trunk/dbxml/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 221 - (hide annotations)
Sat Oct 22 15:40:38 2005 UTC (18 years, 8 months ago) by dpavlin
File size: 209 byte(s)
 r8653@llin:  dpavlin | 2005-10-21 00:07:36 +0200
 experiment with Berkeley DB XML

1 dpavlin 221
2     dbxml=/rest/unix/database/dbxml-2.1.8/install/bin/dbxml
3     opt=-v -v
4    
5     all:
6     $(dbxml) $(opt) -h dbxml -s total.q
7    
8     create:
9     rm -Rf dbxml/*
10     $(dbxml) $(opt) -h dbxml -s create.q
11    
12     convert:
13     ./convert_pgsql_xmldb.pl

  ViewVC Help
Powered by ViewVC 1.1.26