Fix release tarball filename: gstreamer-docs-* instead of GStreamer-doc-*
authorTim-Philipp Müller <tim@centricular.com>
Fri, 12 Jun 2020 15:24:12 +0000 (16:24 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Fri, 12 Jun 2020 15:24:12 +0000 (16:24 +0100)
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/94>

meson.build

index 7223d0c..36a99aa 100644 (file)
@@ -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]
 )