Skip to content

Commit

Permalink
Disable PDF and EPUB generation for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ddevault committed Sep 12, 2019
1 parent 8901e2b commit a71de60
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions .build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ tasks:
- mdbook: |
cd mdBook
cargo install --path .
- mdbook-latex: |
cd mdbook-latex
cargo install --path .
# TODO: Generate PDFs for distribution
#- mdbook-latex: |
# cd mdbook-latex
# cargo install --path .
- build: |
cd wayland-book
mdbook build
Expand Down
4 changes: 2 additions & 2 deletions book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ title = "The Wayland Protocol"

[output.html]

[output.latex]
pdf = true
#[output.latex]
#pdf = true

0 comments on commit a71de60

Please sign in to comment.