]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/gdome_xslt/Makefile
This commit was manufactured by cvs2svn to create branch
[helm.git] / helm / DEVEL / gdome_xslt / Makefile
diff --git a/helm/DEVEL/gdome_xslt/Makefile b/helm/DEVEL/gdome_xslt/Makefile
deleted file mode 100644 (file)
index a92492a..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-
-VERSION = 0.0.1
-NAME = libxslt-ocaml
-QNAME = $(NAME)-$(VERSION)
-DIST_DIRS = C ocaml test_files debian
-SOURCE_DIRS = C/gdome_xslt/ ocaml/gdome_xslt/
-NODIST = CVS .cvsignore
-
-all:
-
-clean:
-       -make -C ocaml/gdome_xslt/ distclean
-       -make -C C/gdome_xslt/ clean
-
-dist: clean
-
-               # copy dist stuff in dist dir
-       mkdir $(QNAME)/
-       for d in $(DIST_DIRS); do \
-               cp -a $$d $(QNAME)/; \
-       done
-
-               # remove garbage
-       -for p in $(NODIST); do \
-               find $(QNAME)/ -name $$p -exec rm -rf {} \; 2> /dev/null; \
-       done
-
-               # create tarball and remove distdir
-       tar --remove-files -czf $(QNAME).tar.gz $(QNAME)/
-       rm -rf $(QNAME)
-
-.PHONY: all clean dist
-