summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2022-11-07 16:49:52 +0100
committerJens Georg <mail@jensge.org>2022-11-07 16:49:52 +0100
commit626bc8e7006c3437cb2fe8d036a950116bc16ae3 (patch)
treec79f15c587e1035814c8ff39d1950ee639504b9e
parent8f4ae96d9512676142d928252b43fc6141364c31 (diff)
downloadgssdp-626bc8e7006c3437cb2fe8d036a950116bc16ae3.tar.gz
build: Fix doc distribution script
-rw-r--r--build-aux/dist-docs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/dist-docs.py b/build-aux/dist-docs.py
index 971c7e6..6cec137 100644
--- a/build-aux/dist-docs.py
+++ b/build-aux/dist-docs.py
@@ -4,7 +4,7 @@ import os
import shutil
references = [
- 'doc/GSSDP',
+ 'doc/gssdp-1.6',
]
sourceroot = os.environ.get('MESON_SOURCE_ROOT')