Skip to content

Commit

Permalink
Update build command for simplepdf
Browse files Browse the repository at this point in the history
Signed-off-by: Katrina Prosise <[email protected]>
  • Loading branch information
kprosise committed Jul 30, 2024
1 parent 3055c98 commit b672e77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .jobserv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ scripts:
chmod +x /tmp/fioctl
/tmp/fioctl gen-rst ./source/reference-manual/factory/fioctl/
make simplepdf
make OUTDIR=/archive SPHINXBUILD=sphinx-build singlehtml html
make OUTDIR=/archive SPHINXBUILD=sphinx-build simplepdf singlehtml html
urlbase="https://ci.foundries.io/projects/${H_PROJECT}/builds/${H_BUILD}/${H_RUN}/"
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ html:

.PHONY: simplepdf
simplepdf:
$(SPHINXBUILD) -M simplepdf source build/pdf
$(SPHINXBUILD) -M simplepdf source $(OUTDIR)/pdf
@echo
@echo "Build finished. The PDF is in $(OUTDIR)/pdf."

Expand Down

0 comments on commit b672e77

Please sign in to comment.