Skip to content

Commit

Permalink
Doc generation cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
fadushin committed Oct 22, 2023
1 parent 85d3053 commit 4eb0efd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 22 deletions.
22 changes: 2 additions & 20 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,22 +1,4 @@
.rebar3
_*
.eunit
*.o
*.beam
*.plt
*.swp
*.swo
.erlang.cookie
ebin
log
erl_crash.dump
.rebar
logs
_build
.idea
*.iml
_checkouts
rebar3.crashdump
*~
doc/**
.vscode/**
.idea/**
erl_crash.dump
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
## All rights reserved.
##

all: compile escript docs etest rel
all: compile escript doc etest rel

compile:
rebar3 compile

escript:
rebar3 escriptize

docs:
doc:
rebar3 ex_doc

etest:
Expand Down
1 change: 1 addition & 0 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<<"CODE_OF_CONDUCT.md">>
]},
{main, <<"README.md">>},
{output, "docs"},
{api_reference, true},
{skip_undefined_reference_warnings_on, ["README.md"]}
]}.
Expand Down

0 comments on commit 4eb0efd

Please sign in to comment.