From 9a15410edc3a5ad417fa05bbf914dc787cd152b3 Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Thu, 21 Nov 2002 18:26:47 +0000 Subject: [PATCH] ... --- helm/metadata/postgresql_V7_mowgli/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/metadata/postgresql_V7_mowgli/Makefile b/helm/metadata/postgresql_V7_mowgli/Makefile index c0814d7fb..271004ede 100644 --- a/helm/metadata/postgresql_V7_mowgli/Makefile +++ b/helm/metadata/postgresql_V7_mowgli/Makefile @@ -5,10 +5,10 @@ txt: (cd forward && find . -name "*.xml" -exec xsltproc --param path '"{}"' -o $(CWD)/txt/{}.txt $(CWD)/metainfo.xsl {} \; -exec echo {} \;) upload: - (cd txt && find */* -name "*.txt" > index.txt) - (cd txt && cat index.txt | ../inserisci.pl) ./upload_rel.pl forward_rel.xml | psql -h mowgli -U helm helm_mowgli_new_schema ./upload_sort.pl forward_sort.xml | psql -h mowgli -U helm helm_mowgli_new_schema + (cd txt && find */* -name "*.txt" > index.txt) + (cd txt && cat index.txt | ../inserisci.pl) clean: rm -rf txt/* -- 2.39.2