[libxml2] python/Makefile.am: nest python docs in $(docdir)
- From: Nick Wellnhofer <nwellnhof src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libxml2] python/Makefile.am: nest python docs in $(docdir)
- Date: Wed, 30 Mar 2022 15:12:13 +0000 (UTC)
commit 438209f3e1d87fcce71096c68f8b36e4e95c7e94
Author: David Seifert <soap gentoo org>
Date: Wed Mar 30 16:51:15 2022 +0200
python/Makefile.am: nest python docs in $(docdir)
python/Makefile.am | 2 +-
python/tests/Makefile.am | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/python/Makefile.am b/python/Makefile.am
index 3bb34c52..2e3bfbf2 100644
--- a/python/Makefile.am
+++ b/python/Makefile.am
@@ -2,7 +2,7 @@
SUBDIRS = . tests
-docsdir = $(datadir)/doc/libxml2-python-$(LIBXML_VERSION)
+docsdir = $(docdir)/python
dist_docs_DATA = TODO
EXTRA_DIST = \
diff --git a/python/tests/Makefile.am b/python/tests/Makefile.am
index 227e24df..d3c9d3d6 100644
--- a/python/tests/Makefile.am
+++ b/python/tests/Makefile.am
@@ -1,4 +1,4 @@
-exampledir = $(datadir)/doc/libxml2-python-$(LIBXML_VERSION)/examples
+exampledir = $(docdir)/python/examples
dist_example_DATA = $(PYTESTS) $(XMLS)
PYTESTS= \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]