X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FDEVEL%2Fmathml_editor%2FMakefile.am;h=d383adb7c0fd05c13509114937281960fe0783af;hb=bb236c2ac110124de92fa2d0fb2882d273a7f7eb;hp=b5c7f51648f5c6fbb6eba0c56daa49975ae89d88;hpb=d195deff022235dcb39cc4d5865f5bd3c8d3ca07;p=helm.git diff --git a/helm/DEVEL/mathml_editor/Makefile.am b/helm/DEVEL/mathml_editor/Makefile.am index b5c7f5164..d383adb7c 100644 --- a/helm/DEVEL/mathml_editor/Makefile.am +++ b/helm/DEVEL/mathml_editor/Makefile.am @@ -1,5 +1,7 @@ -EXTRA_DIST = BUGS LICENSE aclocal.m4 -SUBDIRS = src test ocaml textomml +DISTDIR = @PACKAGE@-@VERSION@ + +EXTRA_DIST = BUGS LICENSE BUGS-GDOME2 MODES PATTERNS aclocal.m4 editex.pc.in +SUBDIRS = src test ocaml textomml xsl dict CLEANFILES = core pkgconfigdir = $(libdir)/pkgconfig @@ -20,3 +22,10 @@ lc: ICCFILES=`find . -name "*.icc"`; \ wc -l $$CFILES $$HFILES $$CCFILES $$HHFILES $$ICCFILES | tail -n 1 \ ) + +deb: dist + if [ -d $(DISTDIR)/ ]; then rm -rf $(DISTDIR); else true; fi + tar xvzf $(DISTDIR).tar.gz + (cd $(DISTDIR)/ && debuild) + rm -rf $(DISTDIR) +