Makefile.am (doc, html): New documentation target

master
Mike Gerwitz 2019-11-18 13:24:22 -05:00
parent 0ab2b09dc6
commit f0ca5c60c9
2 changed files with 5 additions and 0 deletions

View File

@ -24,6 +24,7 @@ pages:
script:
- mkdir -p public/doc
- mv doc/tame.html/* doc/tame.pdf doc/tame.info public/
- mv tamer/target/doc public/tamer/
artifacts:
paths:
- public/

View File

@ -27,6 +27,10 @@ path_aux = build-aux
all:
cargo build
doc: html
html-am:
@CARGO@ doc
# note that 'cargo check' is something else; see 'cargo --help'
test: check
check-am: