X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=blobdiff_plain;f=helm%2Fmowgli%2Fhome%2Fxml%2FMakefile;fp=helm%2Fmowgli%2Fhome%2Fxml%2FMakefile;h=0000000000000000000000000000000000000000;hp=adf0b59208cd689aee11e858d96015ba7e849c9d;hb=3ef089a4c58fbe429dd539af6215991ecbe11ee2;hpb=1c7fb836e2af4f2f3d18afd0396701f2094265ff 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