From 7e0deeb1cc53a3a4ee41e5829bcba56d9e621d59 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Thu, 17 Oct 2013 14:51:48 +0200 Subject: [PATCH] do not use {} of shell... --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ebb6568..43fb6a8 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ bin: doc: bin mkdir -p man/man3/ - ocamlfind ocamldoc -I _build/ *.ml{,i} -man -d man/man3/ + ocamlfind ocamldoc -I _build/ sequence.ml sequence.mli -man -d man/man3/ install_file: @rm sequence.install || true