Skip to content

Commit

Permalink
fix Makefile for doc
Browse files Browse the repository at this point in the history
  • Loading branch information
AltGr committed Jan 15, 2014
1 parent 8948e3c commit a508a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -44,7 +44,7 @@ uninstall:
rm -rf $(DATADIR)
ocp-build uninstall ocaml-top

OCAMLFIND_OPTS = -package unix,lablgtk2,lablgtk2.sourceview2,str,ocp-indent-lexer,ocp-indent-utils,ocp-indent-lib,ocp-index-lib -I src -I _obuild/ocaml-top
OCAMLFIND_OPTS = -package unix,lablgtk2,lablgtk2.sourceview2,str,ocp-indent.lexer,ocp-indent.utils,ocp-indent.lib,ocp-index.lib -I src -I _obuild/ocaml-top
SRC = $(wildcard src/*.ml) $(wildcard src/*.mli)
deps.dot: $(BYTE)
ocamlfind ocamldoc $(OCAMLFIND_OPTS) $(SRC) \
Expand Down

0 comments on commit a508a3d

Please sign in to comment.