X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FEXPORT%2Fexportcoq%2Fexport_contrib_theory.sh;h=afc191889666d6e2b5cb1124eb6d737720eb4adc;hb=97c2d258a5c524eb5c4b85208899d80751a2c82f;hp=6ebb2ad281e00e3b7e648b97e116c8c04945e81a;hpb=5cc1f56f25e23f8132b578f9ad46ac9e27979cb4;p=helm.git diff --git a/helm/EXPORT/exportcoq/export_contrib_theory.sh b/helm/EXPORT/exportcoq/export_contrib_theory.sh index 6ebb2ad28..afc191889 100755 --- a/helm/EXPORT/exportcoq/export_contrib_theory.sh +++ b/helm/EXPORT/exportcoq/export_contrib_theory.sh @@ -2,7 +2,7 @@ echo "Exporting theory $1"; -for i in ~/V7/contrib/$1/*.v +for i in ../V7/contrib/$1/*.v do basename=$(basename $i | sed s/\\.v//) cat $i | ../mktheory.pl "Coq/$1/$basename" 0 > \