From: Claudio Sacerdoti Coen Date: Tue, 24 May 2016 09:24:59 +0000 (+0000) Subject: added config.ac to the tarball for debian packages X-Git-Tag: make_still_working~580 X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=commitdiff_plain;h=081c038388b2822d4755a110d444f13afad97165 added config.ac to the tarball for debian packages Was it really required? I don't know but it worked like that before. --- diff --git a/matita/Makefile b/matita/Makefile index aa9323210..35ff6ad59 100644 --- a/matita/Makefile +++ b/matita/Makefile @@ -99,6 +99,7 @@ dist_export: dist/configure (cd $(DISTDIR) && find . -name .depend.opt -exec rm \{\} \;) (cd $(DISTDIR) && rm -rf $(CLEAN_ON_DIST)) cp $< $(DISTDIR)/configure + cp dist/configure.ac $(DISTDIR)/configure.ac cp -r $(EXTRA_DIST) $(DISTDIR) cp -r $(EXTRA_DIST_matita) $(DISTDIR)/matita # distribute HTML version of the manual