From 6e5b48bfa025fda0c08121df93f1f49892f61a3e Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Wed, 27 Mar 2002 09:06:22 +0000 Subject: [PATCH] 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 --- AUTHORS | 1 + ChangeLog | 6 ++++++ HACKING | 5 +++-- python/Makefile.am | 2 +- python/tests/Makefile.am | 2 +- 5 files changed, 12 insertions(+), 4 deletions(-) diff --git a/AUTHORS b/AUTHORS index e637512..406ad2b 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 048d11c..718feb4 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 dc10ab8..c3a5117 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 7a72400..88f30b0 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 d4589e9..ea47a86 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 \ -- 2.7.4