diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2002-03-27 09:06:22 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2002-03-27 09:06:22 +0000 |
commit | 6e5b48bfa025fda0c08121df93f1f49892f61a3e (patch) | |
tree | c1b278c9491dc0e33ee2f63b2b7e1d36a8f87cde /python/Makefile.am | |
parent | ac693db4d9ee5a8c25d2166951ae6e2c642d35d2 (diff) | |
download | libxslt-6e5b48bfa025fda0c08121df93f1f49892f61a3e.tar.gz libxslt-6e5b48bfa025fda0c08121df93f1f49892f61a3e.tar.bz2 libxslt-6e5b48bfa025fda0c08121df93f1f49892f61a3e.zip |
Added Igor Zlatkovic as official maintainer Albert Chin pointed that
* AUTHORS HACKING: Added Igor Zlatkovic as official maintainer
* python/Makefile.am python/tests/Makefile.am: Albert Chin pointed
that $(datadir) should be used for docs
Daniel
Diffstat (limited to 'python/Makefile.am')
-rw-r--r-- | python/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/Makefile.am b/python/Makefile.am index 7a72400b..88f30b0f 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -8,7 +8,7 @@ INCLUDES = \ $(LIBXML_CFLAGS) \ -I$(top_srcdir) -DOCS_DIR = $(prefix)/share/doc/libxslt-python-$(LIBXSLT_VERSION) +DOCS_DIR = $(datadir)/doc/libxslt-python-$(LIBXSLT_VERSION) # libxsltclass.txt is generated DOCS = TODO |