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 | |
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
-rw-r--r-- | AUTHORS | 1 | ||||
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | HACKING | 5 | ||||
-rw-r--r-- | python/Makefile.am | 2 | ||||
-rw-r--r-- | python/tests/Makefile.am | 2 |
5 files changed, 12 insertions, 4 deletions
@@ -17,3 +17,4 @@ William Brack <wbrack@mmm.com.hk> Thomas Broyer <tbroyer@ltgt.net> +Igor Zlatkovic <igor@stud.fh-frankfurt.de> for the Windows port @@ -1,3 +1,9 @@ +Wed Mar 27 10:03:11 CET 2002 Daniel Veillard <daniel@veillard.com> + + * 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 <daniel@veillard.com> * configure.in: preparing 1.0.15 @@ -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" <wbrack@mmm.com.hk> and me (veillard@redhat.com) +Otherwise, only Bjorn Reese (breese@users.sourceforge.net), +"William M. Brack" <wbrack@mmm.com.hk>, Igor Zlatkovic +<igor@stud.fh-frankfurt.de> 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 \ |