diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2001-02-24 20:45:42 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2001-02-24 20:45:42 +0000 |
commit | 511e317db68161bb62e8d1ea1cbe67886fb23094 (patch) | |
tree | 3d2455740cbd33e9dfed20b907460f9f88172388 | |
parent | a234b2e8f75a1be7f980d7a55d68783fb10f78f6 (diff) | |
download | libxslt-511e317db68161bb62e8d1ea1cbe67886fb23094.tar.gz libxslt-511e317db68161bb62e8d1ea1cbe67886fb23094.tar.bz2 libxslt-511e317db68161bb62e8d1ea1cbe67886fb23094.zip |
This time it's one less file, Daniel
-rw-r--r-- | tests/docbook/test/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/docbook/test/Makefile.am b/tests/docbook/test/Makefile.am index cdcbde41..6ed1b986 100644 --- a/tests/docbook/test/Makefile.am +++ b/tests/docbook/test/Makefile.am @@ -8,4 +8,7 @@ EXTRA_DIST = \ condition.xml docbook.css docbook40.xml figtest.xml foottest.xml \ fotest.xml func.xml graphics.xml gtest.xml idxbook.xml multilingual.xml \ qa.xml qa2.xml sectest.xml set.xml table.xml test.xml test.xsl \ - testmath.xml verbtest.xml + verbtest.xml + +# testmath.xml dropped for the moment + |