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:
@@ -2,7 +2,7 @@
|
||||
|
||||
SUBDIRS = . tests
|
||||
|
||||
docsdir = $(datadir)/doc/libxml2-python-$(LIBXML_VERSION)
|
||||
docsdir = $(docdir)/python
|
||||
dist_docs_DATA = TODO
|
||||
|
||||
EXTRA_DIST = \
|
||||
|
@@ -1,4 +1,4 @@
|
||||
exampledir = $(datadir)/doc/libxml2-python-$(LIBXML_VERSION)/examples
|
||||
exampledir = $(docdir)/python/examples
|
||||
dist_example_DATA = $(PYTESTS) $(XMLS)
|
||||
|
||||
PYTESTS= \
|
||||
|
Reference in New Issue
Block a user