]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/interface/uris_of_filenames.pl
This commit was manufactured by cvs2svn to create tag 'V6-2'.
[helm.git] / helm / interface / uris_of_filenames.pl
index d738f51b746e379b0c597244f17a1904e45a0ec2..e06ac822a0eb50a1a29c3802efb99752022d0954 100755 (executable)
@@ -4,7 +4,7 @@ while(<STDIN>) {
    chomp;
    split / /;
    for (@_) {
-      if (/.*\.(con|var|ind)\.xml/)
+      if (/.*\.(con|var|ind)(\.types)?\.xml/)
        { s/\./cic:/; }
       elsif (/.*\.theory\.xml/)
        { s/\./theory:/; }