Skip to content

Commit

Permalink
Add a note with the command to generate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
José Valim committed May 8, 2012
1 parent b336b2d commit 62d62f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -21,6 +21,7 @@ ebin/__MAIN__: lib/*.ex lib/*/*.ex
clean:
@ $(REBAR) clean

# make docs && ../exdoc/bin/exdoc && mv output ../elixir-lang.github.com/docs
docs: compile
@ bin/elixirc "lib/**/*.ex" --ignore-module-conflict --docs -o for_docs
@ rm -rf ebin/__MAIN__
Expand Down

0 comments on commit 62d62f8

Please sign in to comment.