Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dynare
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dynare
dynare
Commits
af552cef
Verified
Commit
af552cef
authored
1 month ago
by
Sébastien Villemot
Browse files
Options
Downloads
Patches
Plain Diff
Build system: warn about missing references when building the manual
parent
59318e58
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
meson.build
+1
-1
1 addition, 1 deletion
meson.build
scripts/sphinx-build-pdf-wrapper
+1
-1
1 addition, 1 deletion
scripts/sphinx-build-pdf-wrapper
with
2 additions
and
2 deletions
meson.build
+
1
−
1
View file @
af552cef
...
...
@@ -611,7 +611,7 @@ endif
dynare_manual_html
=
custom_target
(
'dynare-manual.html'
,
output
:
'dynare-manual.html'
,
input
:
sphinx_src
,
command
:
[
sphinx_build_exe
,
'-b'
,
'html'
,
sphinx_defines
,
command
:
[
sphinx_build_exe
,
'-n'
,
'-b'
,
'html'
,
sphinx_defines
,
'-d'
,
'@PRIVATE_DIR@'
,
meson
.
current_source_dir
()
/
'doc/manual/source'
,
'@OUTPUT@'
],
...
...
This diff is collapsed.
Click to expand it.
scripts/sphinx-build-pdf-wrapper
+
1
−
1
View file @
af552cef
...
...
@@ -18,7 +18,7 @@ shift 4
# -D options are passed, presumably due to a bug in sphinx-build.
# See: https://bugs.debian.org/933347
"
$sphinx_build_exe
"
-b
latex
"
$@
"
"
$source_dir
"
"
$private_dir
"
"
$sphinx_build_exe
"
-n
-b
latex
"
$@
"
"
$source_dir
"
"
$private_dir
"
make
-C
"
$private_dir
"
all-pdf
...
...
This diff is collapsed.
Click to expand it.
Sébastien Villemot
@sebastien
mentioned in commit
54e79624
·
1 month ago
mentioned in commit
54e79624
mentioned in commit 54e796241214e2b13b7364a345bd185271abcde4
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment