From 8c1a2fd1fd9715f3d66c2c48758370a1d28d8116 Mon Sep 17 00:00:00 2001 From: Christophe Troestler Date: Wed, 12 Nov 2014 12:49:58 +0100 Subject: [PATCH] Add _opam to the tarball --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4c8cd74..12f9ee8 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ DOC_DIR = _build/API.docdir WEB_DIR = web WEB = forge.ocamlcore.org:/home/groups/ocaml-mindstorm/htdocs SCP = scp -C -p -r -DISTFILES = Makefile myocamlbuild.ml _oasis setup.ml _tags \ +DISTFILES = Makefile myocamlbuild.ml _oasis _opam setup.ml _tags \ $(wildcard $(addprefix src/, *.ml *.mli *.h *.c)) \ tests/ examples/