From 3fdc10c3effc60e8815ab0e279ba2be88221b198 Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli Date: Mon, 9 Dec 2002 11:32:00 +0000 Subject: [PATCH] added 'deb' target --- helm/DEVEL/gdome_xslt/Makefile.am | 8 ++++++++ 1 file changed, 8 insertions(+) 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) + -- 2.39.2