summaryrefslogtreecommitdiffstats
path: root/jjb/releng-macros.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/releng-macros.yaml')
-rw-r--r--jjb/releng-macros.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/releng-macros.yaml b/jjb/releng-macros.yaml
index ece836717..1c79144a1 100644
--- a/jjb/releng-macros.yaml
+++ b/jjb/releng-macros.yaml
@@ -177,7 +177,7 @@
sphinx-build -b html -E -c docs/etc "$dir" "$_output"
- sphinx-build -b latex -E -c docs/etc "$dir" "$_build"
+ sphinx-build -b latex -E -c docs/etc --project=$_name "$dir" "$_build"
make -C "$_build" LATEXOPTS='--interaction=nonstopmode' all-pdf
mv "$_build"/*.pdf "$_output"
done