[json-glib] build: Fix the docs path in the dist script
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [json-glib] build: Fix the docs path in the dist script
- Date: Mon, 23 Aug 2021 23:54:34 +0000 (UTC)
commit 7902711589cf3ce0fe492442dbfec2497fd06dc4
Author: Emmanuele Bassi <ebassi gnome org>
Date: Tue Aug 24 00:51:42 2021 +0100
build: Fix the docs path in the dist script
Fixes: #66
build-aux/dist-docs.py | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
---
diff --git a/build-aux/dist-docs.py b/build-aux/dist-docs.py
index 7bd71c6..c4c38b6 100644
--- a/build-aux/dist-docs.py
+++ b/build-aux/dist-docs.py
@@ -2,13 +2,10 @@
import os
import shutil
-import subprocess
-
-from pathlib import PurePath
references = [
- 'docs/json-glib/json-glib-1.0',
+ 'doc/json-glib-1.0',
]
sourceroot = os.environ.get('MESON_SOURCE_ROOT')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]