diff --git a/AUTHORS b/AUTHORS index e6375126..406ad2b8 100644 --- a/AUTHORS +++ b/AUTHORS @@ -17,3 +17,4 @@ William Brack Thomas Broyer +Igor Zlatkovic for the Windows port diff --git a/ChangeLog b/ChangeLog index 048d11c7..718feb4f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Wed Mar 27 10:03:11 CET 2002 Daniel Veillard + + * 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 + Mon Mar 25 17:56:44 CET 2002 Daniel Veillard * configure.in: preparing 1.0.15 diff --git a/HACKING b/HACKING index dc10ab84..c3a5117f 100644 --- a/HACKING +++ b/HACKING @@ -5,8 +5,9 @@ If what you are fixing is a compilation issue either at compile time or linking time on one of the main Linux platforms, then feel free to patch first and send mail afterward, as long as it's a 'small fix'. -Otherwise, oly Bjorn Reese (breese@users.sourceforge.net), -"William M. Brack" and me (veillard@redhat.com) +Otherwise, only Bjorn Reese (breese@users.sourceforge.net), +"William M. Brack" , Igor Zlatkovic + and me (veillard@redhat.com) should commit there. John Fleck also have commit rights for the doc subdir. Send a mail and if it's a bug issue, provide a test case and register it at bugzilla.gnome.org in the libxslt module. 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 diff --git a/python/tests/Makefile.am b/python/tests/Makefile.am index d4589e9f..ea47a861 100644 --- a/python/tests/Makefile.am +++ b/python/tests/Makefile.am @@ -1,4 +1,4 @@ -EXAMPLE_DIR = $(prefix)/share/doc/libxslt-python-$(LIBXSLT_VERSION)/examples +EXAMPLE_DIR = $(datadir)/doc/libxslt-python-$(LIBXSLT_VERSION)/examples TESTSPY= \ basic.py \