Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alba Mendez
gst-docs
Commits
2dd42bbf
Commit
2dd42bbf
authored
Jun 12, 2020
by
Tim-Philipp Müller
🐠
Browse files
Fix release tarball filename: gstreamer-docs-* instead of GStreamer-doc-*
Part-of: <
gstreamer/gst-docs!94
>
parent
5c83668f
Changes
1
Hide whitespace changes
Inline
Side-by-side
meson.build
View file @
2dd42bbf
...
...
@@ -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
(),
'
GS
treamer-doc-@0@'
.
format
(
meson
.
project_version
()),
'
gs
treamer-doc
s
-@0@'
.
format
(
meson
.
project_version
()),
join_paths
(
meson
.
current_build_dir
(),
'README.md'
)],
depends
:
[
gstreamer_doc
]
)
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment