Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
robtaylor committed Nov 17, 2023
1 parent b1b9efe commit 5e517ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ pdfs = build_target('pelican-pdfs', target_type: 'library', dependencies: pdfs_d

cdata = configuration_data()
cdata.set('SOURCEDIR', meson.current_source_dir())
cdata.set('OUTPUT_PATH', meson.current_build_dir() / 'doc' )
cdata.set('OUTPUT_PATH', meson.current_build_dir())
cdata.set('SITEURL', docsiteurl )
pelicanconf = configure_file(
input: 'pelicanconf.py.in',
Expand Down

0 comments on commit 5e517ba

Please sign in to comment.