Skip to content

Commit bbf7ad6

Browse files
committed
Update commands in CONTRIBUTING.md
- `$DOCS_FORMAT` is no longer supported in Makefile - By default HTML and EPUB doc formats are created
1 parent 2219d74 commit bbf7ad6

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -185,11 +185,10 @@ git clone https://github.com/elixir-lang/ex_doc.git
185185
cd ex_doc && ../elixir/bin/elixir ../elixir/bin/mix do deps.get + compile
186186
```
187187

188-
Now go back to Elixir's root directory and run:
188+
Now go back to Elixir's root directory and generate HTML and EPUB documents:
189189
190190
```sh
191-
make docs # to generate HTML pages
192-
make docs DOCS_FORMAT=epub # to generate EPUB documents
191+
make docs
193192
```
194193
195194
This will produce documentation sets for `elixir`, `eex`, `ex_unit`, `iex`, `logger`,

0 commit comments

Comments
 (0)