X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FDEVEL%2Fmathml_editor%2FMakefile.am;h=d383adb7c0fd05c13509114937281960fe0783af;hb=5325734bc2e4927ed7ec146e35a6f0f2b49f50c1;hp=d2935d1a3bdc4734802fd263dcfecf6b409f1604;hpb=06340d0a6a60e9bade273a93847f1de0b3079a3c;p=helm.git diff --git a/helm/DEVEL/mathml_editor/Makefile.am b/helm/DEVEL/mathml_editor/Makefile.am index d2935d1a3..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 editex.pc.in -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) +