X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FDEVEL%2Fgdome_xslt%2FMakefile.am;h=5c36bb5ff8cdf0f08f2a0aff2fe365fbcd38edca;hb=332af2ea195c3d8d363ba729786c3f7d0d60b50b;hp=951320ff692ad6440f86d5c68b18fe36650c92d1;hpb=c640e15d6309c8aaeeb8d4ce25b31ec1d588dcd3;p=helm.git diff --git a/helm/DEVEL/gdome_xslt/Makefile.am b/helm/DEVEL/gdome_xslt/Makefile.am index 951320ff6..5c36bb5ff 100644 --- a/helm/DEVEL/gdome_xslt/Makefile.am +++ b/helm/DEVEL/gdome_xslt/Makefile.am @@ -1,4 +1,16 @@ +DISTDIR = @PACKAGE@-@VERSION@ -EXTRA_DIST = BUGS LICENSE aclocal.m4 +EXTRA_DIST = BUGS LICENSE aclocal.m4 debian/ gdome2-xslt.pc.in gdome2-xslt-cpp-smart.pc.in + +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = gdome2-xslt.pc gdome2-xslt-cpp-smart.pc + +## SUBDIRS = C C++ test_files +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) -SUBDIRS = C C++ ocaml test_files debian