summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2022-11-07 16:51:48 +0100
committerJens Georg <mail@jensge.org>2022-11-07 16:51:48 +0100
commite581e1fca6070bd1419ebd74799586716dd5a228 (patch)
tree60b6123575ccb84e29b3a9092db6e29f028a2530
parent15dd119f652a8c6f39e64326b561c0e8bb8b3328 (diff)
downloadgupnp-e581e1fca6070bd1419ebd74799586716dd5a228.tar.gz
build: Update doc dist 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 0403b2a..1266b26 100644
--- a/build-aux/dist-docs.py
+++ b/build-aux/dist-docs.py
@@ -4,7 +4,7 @@ import os
import shutil
references = [
- 'doc/GUPnP',
+ 'doc/gupnp-1.6',
]
sourceroot = os.environ.get('MESON_SOURCE_ROOT')