From b672e771fa62b50d27dd5fd45572121d962727c8 Mon Sep 17 00:00:00 2001 From: Katrina Prosise Date: Tue, 30 Jul 2024 11:41:53 -0400 Subject: [PATCH] Update build command for simplepdf Signed-off-by: Katrina Prosise --- .jobserv.yml | 3 +-- Makefile | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.jobserv.yml b/.jobserv.yml index 525db7f2..58feb27a 100644 --- a/.jobserv.yml +++ b/.jobserv.yml @@ -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}/" diff --git a/Makefile b/Makefile index f52f2900..1b0acdd8 100644 --- a/Makefile +++ b/Makefile @@ -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."