Skip to content

Commit 2927f11

Browse files
author
Matthias Koeppe
committed
pkgs/sagemath-doc-pdf/meson.build: Fix syntax
1 parent 9e06379 commit 2927f11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/sagemath-doc-pdf/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ docdir = get_option('datadir') / 'share' / 'doc' / 'sage'
99
pdf = custom_target('PDF documentation',
1010
build_by_default: true,
1111
output: 'doc-pdf', # phony
12-
command: [meson.current_source_dir() / 'doc' / 'make.sh'),
12+
command: [meson.current_source_dir() / 'doc' / 'make.sh',
1313
'-C', meson.current_source_dir() / 'doc', '@OUTPUT@'],
1414
env: {'SAGE_DOC': meson.current_build_dir()}
1515
)

0 commit comments

Comments
 (0)