X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FDEVEL%2Fmathml_editor%2FMakefile.am;h=aa15ecbef9755095b82ee5157121e4c8f14208d2;hb=4167cea65ca58897d1a3dbb81ff95de5074700cc;hp=01765d571559af13492b1e3f30681c0b7616fdf0;hpb=f5549870731e37889c7ad4d31556bef335d793a2;p=helm.git diff --git a/helm/DEVEL/mathml_editor/Makefile.am b/helm/DEVEL/mathml_editor/Makefile.am index 01765d571..aa15ecbef 100644 --- a/helm/DEVEL/mathml_editor/Makefile.am +++ b/helm/DEVEL/mathml_editor/Makefile.am @@ -1,6 +1,6 @@ DISTDIR = @PACKAGE@-@VERSION@ -EXTRA_DIST = BUGS LICENSE BUGS-GDOME2 MODES PATTERNS aclocal.m4 debian/ editex.pc.in +EXTRA_DIST = BUGS LICENSE BUGS-GDOME2 MODES PATTERNS aclocal.m4 editex.pc.in debian SUBDIRS = src test ocaml textomml xsl dict CLEANFILES = core @@ -26,6 +26,6 @@ lc: deb: dist if [ -d $(DISTDIR)/ ]; then rm -rf $(DISTDIR); else true; fi tar xvzf $(DISTDIR).tar.gz - (cd $(DISTDIR)/ && debuild) + (cd $(DISTDIR)/ && rm -rf debian/CVS/ && debuild) rm -rf $(DISTDIR)