~cypheon/ocaml-docset

4de140f7c13e5005995e52597cf1f8b53ee7262f — Johann Rudloff 4 years ago c71f0d6
Fix typo in Makefile.
1 files changed, 2 insertions(+), 2 deletions(-)

M Makefile
M Makefile => Makefile +2 -2
@@ 1,6 1,6 @@
TARGET = target
DOCSET_NAME = ocaml-unofficial
ORIGONAL_DOC_URL = https://caml.inria.fr/distrib/ocaml-4.09/ocaml-4.09-refman-html.tar.gz
ORIGINAL_DOC_URL = https://caml.inria.fr/distrib/ocaml-4.09/ocaml-4.09-refman-html.tar.gz

ORIGINAL_DOC = files/ocaml-4.09-refman-html.tar.gz
TAR_NAME = $(TARGET)/ocaml-unofficial.tgz


@@ 18,7 18,7 @@ download: $(ORIGINAL_DOC)

$(ORIGINAL_DOC):
	mkdir -p files
	curl -L -o "$@" "$(ORIGONAL_DOC_URL)"
	curl -L -o "$@" "$(ORIGINAL_DOC_URL)"

extract: $(ORIGINAL_DOC)
	mkdir -p $(TARGET)/source