X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmatita%2FMakefile.in;h=da10c563abe1042ec09f14833b6ea941cfbd619d;hb=ecd0ab19b82f611974bd76f3c740c842f566009d;hp=c0b49433e0b326d825c70b921c4cffcdd7974c68;hpb=b11d278a26840884692cdfb89e168081134d293f;p=helm.git diff --git a/helm/matita/Makefile.in b/helm/matita/Makefile.in index c0b49433e..da10c563a 100644 --- a/helm/matita/Makefile.in +++ b/helm/matita/Makefile.in @@ -33,6 +33,7 @@ CMOS = \ matitaDisambiguator.cmo \ matitaEngine.cmo \ matitacLib.cmo \ + matitamakeLib.cmo \ matitaScript.cmo \ matitaGeneratedGui.cmo \ matitaGtkMisc.cmo \ @@ -58,13 +59,17 @@ MAKECMOS = $(CCMOS) matitamakeLib.cmo all: matita.conf.xml matita matitac matitatop cicbrowser matitadep matitaclean matitamake matita.conf.xml: matita.conf.xml.sample - @echo - @echo "matita.conf.xml.sample is newer than matita.conf.xml" - @echo - @echo "PLEASE update your configuration file!" - @echo "(copying matita.conf.xml.sample should work)" - @echo - @false + @if diff matita.conf.xml.sample matita.conf.xml 1>/dev/null 2>/dev/null; then\ + touch matita.conf.xml;\ + else\ + echo;\ + echo "matita.conf.xml.sample is newer than matita.conf.xml";\ + echo;\ + echo "PLEASE update your configuration file!";\ + echo "(copying matita.conf.xml.sample should work)";\ + echo;\ + false;\ + fi matita.conf.xml.sample: matita.conf.xml.sample.in autoconf