1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-07-28 04:41:59 +03:00

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
This commit is contained in:
Daniel Veillard
2002-03-27 09:06:22 +00:00
parent ac693db4d9
commit 6e5b48bfa0
5 changed files with 12 additions and 4 deletions

View File

@ -17,3 +17,4 @@ William Brack <wbrack@mmm.com.hk>
Thomas Broyer <tbroyer@ltgt.net> Thomas Broyer <tbroyer@ltgt.net>
Igor Zlatkovic <igor@stud.fh-frankfurt.de> for the Windows port

View File

@ -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> Mon Mar 25 17:56:44 CET 2002 Daniel Veillard <daniel@veillard.com>
* configure.in: preparing 1.0.15 * configure.in: preparing 1.0.15

View File

@ -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 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'. to patch first and send mail afterward, as long as it's a 'small fix'.
Otherwise, oly Bjorn Reese (breese@users.sourceforge.net), Otherwise, only Bjorn Reese (breese@users.sourceforge.net),
"William M. Brack" <wbrack@mmm.com.hk> and me (veillard@redhat.com) "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 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 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. register it at bugzilla.gnome.org in the libxslt module.

View File

@ -8,7 +8,7 @@ INCLUDES = \
$(LIBXML_CFLAGS) \ $(LIBXML_CFLAGS) \
-I$(top_srcdir) -I$(top_srcdir)
DOCS_DIR = $(prefix)/share/doc/libxslt-python-$(LIBXSLT_VERSION) DOCS_DIR = $(datadir)/doc/libxslt-python-$(LIBXSLT_VERSION)
# libxsltclass.txt is generated # libxsltclass.txt is generated
DOCS = TODO DOCS = TODO

View File

@ -1,4 +1,4 @@
EXAMPLE_DIR = $(prefix)/share/doc/libxslt-python-$(LIBXSLT_VERSION)/examples EXAMPLE_DIR = $(datadir)/doc/libxslt-python-$(LIBXSLT_VERSION)/examples
TESTSPY= \ TESTSPY= \
basic.py \ basic.py \