1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-10-21 14:53:44 +03:00

python/Makefile.am: nest python docs in $(docdir)

This commit is contained in:
David Seifert
2022-03-30 16:51:15 +02:00
parent 9e30435358
commit 438209f3e1
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
SUBDIRS = . tests
docsdir = $(datadir)/doc/libxml2-python-$(LIBXML_VERSION)
docsdir = $(docdir)/python
dist_docs_DATA = TODO
EXTRA_DIST = \

View File

@@ -1,4 +1,4 @@
exampledir = $(datadir)/doc/libxml2-python-$(LIBXML_VERSION)/examples
exampledir = $(docdir)/python/examples
dist_example_DATA = $(PYTESTS) $(XMLS)
PYTESTS= \