]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/metadata/postgresql_V7_mowgli/Makefile
This commit was manufactured by cvs2svn to create branch 'init'.
[helm.git] / helm / metadata / postgresql_V7_mowgli / Makefile
diff --git a/helm/metadata/postgresql_V7_mowgli/Makefile b/helm/metadata/postgresql_V7_mowgli/Makefile
deleted file mode 100644 (file)
index 271004e..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-CWD=/projects/helm/metadata/postgresql_V7_mowgli_new_schema
-
-txt:
-       (cd forward && find . -type d -exec mkdir -p $(CWD)/txt/{} \;)
-       (cd forward && find . -name "*.xml" -exec xsltproc --param path '"{}"' -o $(CWD)/txt/{}.txt $(CWD)/metainfo.xsl {} \; -exec echo {} \;)
-
-upload:
-       ./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/*
-
-.PHONY: txt