Add (sxml match).
authorLudovic Courtès <ludo@gnu.org>
Mon, 24 May 2010 21:13:16 +0000 (23:13 +0200)
committerLudovic Courtès <ludo@gnu.org>
Tue, 25 May 2010 21:31:36 +0000 (23:31 +0200)
commit400a5dcb8b3bb042d8106f0aca69aecc6fd0628c
treefeb001b5d913da85a23929b057c276ac6ec83599
parentadb8f30600cdb146d6dd10684d9d9c6bcdd2cb76
Add (sxml match).

* module/Makefile.am (LIB_SOURCES): Add `sxml/match.scm'.
  (NOCOMP_SOURCES): Add `sxml/sxml-match.ss'.

* module/sxml/match.scm, module/sxml/sxml-match.ss: New files.

* test-suite/Makefile.am (SCM_TESTS): Add `tests/sxml.match.test'.
  (EXTRA_DIST): Add `tests/sxml-match-tests.ss'.

* test-suite/tests/sxml-match-tests.ss,
  test-suite/tests/sxml.match.test: New files.

* doc/ref/guile.texi (Guile Modules): Include `sxml-match.texi'.

* doc/ref/sxml-match.texi: New file.

* doc/ref/Makefile.am (guile_TEXINFOS): Add `sxml-match.texi'.
doc/ref/Makefile.am
doc/ref/guile.texi
doc/ref/sxml-match.texi [new file with mode: 0644]
module/Makefile.am
module/sxml/match.scm [new file with mode: 0644]
module/sxml/sxml-match.ss [new file with mode: 0644]
test-suite/Makefile.am
test-suite/tests/sxml-match-tests.ss [new file with mode: 0644]
test-suite/tests/sxml.match.test [new file with mode: 0644]