X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FDEVEL%2Fmathml_editor%2FMakefile.am;h=01765d571559af13492b1e3f30681c0b7616fdf0;hb=d3c72d6856cd185e5b3e9f2e8b928b78c7031ed1;hp=8f4639ebf4c1698c1be23202292e62ab03888352;hpb=387aeebf96181c051b7f527a0901b173cfcdf194;p=helm.git diff --git a/helm/DEVEL/mathml_editor/Makefile.am b/helm/DEVEL/mathml_editor/Makefile.am index 8f4639ebf..01765d571 100644 --- a/helm/DEVEL/mathml_editor/Makefile.am +++ b/helm/DEVEL/mathml_editor/Makefile.am @@ -1,8 +1,11 @@ -#EXTRA_DIST = BUGS HISTORY LICENSE aclocal.m4 debian/ -SUBDIRS = src test ocaml +DISTDIR = @PACKAGE@-@VERSION@ + +EXTRA_DIST = BUGS LICENSE BUGS-GDOME2 MODES PATTERNS aclocal.m4 debian/ editex.pc.in +SUBDIRS = src test ocaml textomml xsl dict CLEANFILES = core -bin_SCRIPTS = editex-config +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = editex.pc backup: cd ..; tar cvfz @PACKAGE@-@VERSION@-`date|tr ' ' '_'|tr ':' '_'`.tar.gz @PACKAGE@ @@ -19,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) +