Skip to content

Commit

Permalink
Merge pull request #38 from owncloud/11.8-e13d169-37
Browse files Browse the repository at this point in the history
[11.8] [PR 37] Fix for makepdf refs #34
  • Loading branch information
mmattel authored Jan 10, 2022
2 parents 5aa4fc3 + e0edb58 commit 85d5f1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/makepdf
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ function build_pdf_manual()
# param+='-a experimental="" ' # experimental already set in site.yml
param+='-a examplesdir='$(pwd)/modules/${source_root}/examples/' '
param+='-a imagesdir='$(pwd)/modules/${source_root}/images/' '
param+='-a partialsdir='$(pwd)/modules/${source_root}/pages/_partials/' '
param+='-a partialsdir='$(pwd)/modules/${source_root}/partials/' '
param+='-a revnumber='${branch}' '
param+='-a revdate="'${release_date}'" '
param+='-a allow-uri-read="" '
Expand Down

0 comments on commit 85d5f1f

Please sign in to comment.