We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e06379 commit 2927f11Copy full SHA for 2927f11
pkgs/sagemath-doc-pdf/meson.build
@@ -9,7 +9,7 @@ docdir = get_option('datadir') / 'share' / 'doc' / 'sage'
9
pdf = custom_target('PDF documentation',
10
build_by_default: true,
11
output: 'doc-pdf', # phony
12
- command: [meson.current_source_dir() / 'doc' / 'make.sh'),
+ command: [meson.current_source_dir() / 'doc' / 'make.sh',
13
'-C', meson.current_source_dir() / 'doc', '@OUTPUT@'],
14
env: {'SAGE_DOC': meson.current_build_dir()}
15
)
0 commit comments