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

Contents of /trunk/dbxml/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 221 - (show annotations)
Sat Oct 22 15:40:38 2005 UTC (18 years, 6 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
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