X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FDEVEL%2Fmathml_editor%2FMakefile.am;h=aa15ecbef9755095b82ee5157121e4c8f14208d2;hb=97c2d258a5c524eb5c4b85208899d80751a2c82f;hp=edd3988bb0b309f507ad2890bc43739b7a9d314c;hpb=89262281b6e83bd2321150f81f1a0583645eb0c8;p=helm.git diff --git a/helm/DEVEL/mathml_editor/Makefile.am b/helm/DEVEL/mathml_editor/Makefile.am index edd3988bb..aa15ecbef 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 +DISTDIR = @PACKAGE@-@VERSION@ + +EXTRA_DIST = BUGS LICENSE BUGS-GDOME2 MODES PATTERNS aclocal.m4 editex.pc.in debian +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)/ && rm -rf debian/CVS/ && debuild) + rm -rf $(DISTDIR) +