X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Finterface%2Furis_of_filenames.pl;h=e06ac822a0eb50a1a29c3802efb99752022d0954;hb=a59da263c7903b26597d5debcf2da1e0a4ccd686;hp=d738f51b746e379b0c597244f17a1904e45a0ec2;hpb=4e9a9c5ddfe635b338c2abf30f1e918d861e104d;p=helm.git diff --git a/helm/interface/uris_of_filenames.pl b/helm/interface/uris_of_filenames.pl index d738f51b7..e06ac822a 100755 --- a/helm/interface/uris_of_filenames.pl +++ b/helm/interface/uris_of_filenames.pl @@ -4,7 +4,7 @@ while() { chomp; split / /; for (@_) { - if (/.*\.(con|var|ind)\.xml/) + if (/.*\.(con|var|ind)(\.types)?\.xml/) { s/\./cic:/; } elsif (/.*\.theory\.xml/) { s/\./theory:/; }