Skip to content

Commit

Permalink
Fix for makepdf refs #34
Browse files Browse the repository at this point in the history
  • Loading branch information
mmattel committed Jan 10, 2022
1 parent 1afc432 commit 8a54aa1
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 8a54aa1

Please sign in to comment.