mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-01 21:18:52 +00:00
Fix release tarball filename: gstreamer-docs-* instead of GStreamer-doc-*
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/94>
This commit is contained in:
parent
5c83668f2f
commit
2dd42bbf0c
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ readme = configure_file(input: 'scripts/RELEASE_README.md',
|
|||
run_target('release',
|
||||
command: [find_program('scripts/release.py'),
|
||||
gstreamer_doc.full_path(),
|
||||
'GStreamer-doc-@0@'.format(meson.project_version()),
|
||||
'gstreamer-docs-@0@'.format(meson.project_version()),
|
||||
join_paths(meson.current_build_dir(), 'README.md')],
|
||||
depends: [gstreamer_doc]
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue