]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/gdome_xslt/Makefile.am
* click signal changed: now the element argument is optional
[helm.git] / helm / DEVEL / gdome_xslt / Makefile.am
index a4bc4c3cc0cf769bfdb6dfcd070f8f2249a02432..5cfa88f499a060be498c8d080565e752990cf90a 100644 (file)
@@ -1,4 +1,15 @@
+DISTDIR = @PACKAGE@-@VERSION@
 
 EXTRA_DIST = BUGS LICENSE aclocal.m4 debian/
 
-SUBDIRS = C C++ ocaml test_files
+SUBDIRS = C C++ test_files
+# SUBDIRS = C C++ ocaml test_files
+
+bin_SCRIPTS = gdome_xslt_cpp_smart-config
+
+deb: dist
+       if [ -d $(DISTDIR)/ ]; then rm -rf $(DISTDIR); else true; fi
+       tar xvzf $(DISTDIR).tar.gz
+       (cd $(DISTDIR)/ && debuild)
+       rm -rf $(DISTDIR)
+