File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1- ===== 1.4 (2013-12-01 ) =====
1+ ===== 1.4 (2013-12-03 ) =====
22
33 * Features/Changes
44 ** Add missing primitives for OCaml 4.01
Original file line number Diff line number Diff line change @@ -61,5 +61,6 @@ realclean: clean
6161dist :
6262 rm -rf /tmp/js_of_ocaml-${VERSION} && \
6363 cd /tmp &&\
64- darcs get http://ocsigen.org/darcs/js_of_ocaml/ js_of_ocaml-${VERSION} &&\
65- tar zcvf js_of_ocaml-${VERSION}.tar.gz js_of_ocaml-${VERSION} --exclude benchmarks --exclude _darcs --exclude tests
64+ git clone https://github.com/ocsigen/js_of_ocaml.git js_of_ocaml-${VERSION} &&\
65+ (cd js_of_ocaml-${VERSION}; git checkout 1.4) &&\
66+ tar zcvf js_of_ocaml-${VERSION}.tar.gz js_of_ocaml-${VERSION} --exclude benchmarks --exclude .git --exclude tests
Original file line number Diff line number Diff line change 1- 1.3.2
1+ 1.4
You can’t perform that action at this time.
0 commit comments