X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FDEVEL%2Fgdome_xslt%2FMakefile.am;h=0ee2da361c15d1a2e195e541efcae1a72b329093;hb=89262281b6e83bd2321150f81f1a0583645eb0c8;hp=a4bc4c3cc0cf769bfdb6dfcd070f8f2249a02432;hpb=3a92e3423f1dcf50a23d42a1d9e40a703cb45db2;p=helm.git diff --git a/helm/DEVEL/gdome_xslt/Makefile.am b/helm/DEVEL/gdome_xslt/Makefile.am index a4bc4c3cc..0ee2da361 100644 --- a/helm/DEVEL/gdome_xslt/Makefile.am +++ b/helm/DEVEL/gdome_xslt/Makefile.am @@ -1,4 +1,12 @@ +DISTDIR = @PACKAGE@-@VERSION@ EXTRA_DIST = BUGS LICENSE aclocal.m4 debian/ SUBDIRS = C C++ ocaml test_files + +deb: dist + if [ -d $(DISTDIR)/ ]; then rm -rf $(DISTDIR); else true; fi + tar xvzf $(DISTDIR).tar.gz + (cd $(DISTDIR)/ && debuild) + rm -rf $(DISTDIR) +