X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmowgli%2Fhome%2Fxml%2FMakefile;fp=helm%2Fmowgli%2Fhome%2Fxml%2FMakefile;h=0000000000000000000000000000000000000000;hb=e108abe5c0b4eb841c4ad332229a6c0e57e70079;hp=adf0b59208cd689aee11e858d96015ba7e849c9d;hpb=1456c337a60f6677ee742ff7891d43fc382359a9;p=helm.git diff --git a/helm/mowgli/home/xml/Makefile b/helm/mowgli/home/xml/Makefile deleted file mode 100644 index adf0b5920..000000000 --- a/helm/mowgli/home/xml/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -check: - find . -name "*.xml" -exec xmllint -valid -loaddtd -noout {} \; 2> errors - if [ -s errors ] ; \ - then \ - echo ; \ - echo "**************************************************" ; \ - echo "There are validity errors. Check the file \"errors\"" ; \ - echo "**************************************************" ; \ - else \ - rm errors ; \ - echo ; \ - echo "****************************" ; \ - echo "All the documents are valid." ; \ - echo "****************************" ; \ - fi