diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2001-02-24 17:28:01 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2001-02-24 17:28:01 +0000 |
commit | 5e3ec1cafc00341928d65fbec5073c17620590f9 (patch) | |
tree | d2e47144368106d847ec4c9381ac21686f017362 /configure.in | |
parent | 2dd3ac6cc5ad82c0435e293f091faab4638158ef (diff) | |
download | libxslt-5e3ec1cafc00341928d65fbec5073c17620590f9.tar.gz libxslt-5e3ec1cafc00341928d65fbec5073c17620590f9.tar.bz2 libxslt-5e3ec1cafc00341928d65fbec5073c17620590f9.zip |
- configure.in tests/docbook/html : oops forgot to add
the stylesheets themselves :-\
Daniel
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in index c2c52032..42e59f60 100644 --- a/configure.in +++ b/configure.in @@ -152,9 +152,10 @@ tests/general/Makefile tests/numbers/Makefile tests/documents/Makefile tests/xmlspec/Makefile +tests/docbook/test/Makefile +tests/docbook/html/Makefile tests/docbook/common/Makefile tests/docbook/lib/Makefile -tests/docbook/test/Makefile tests/docbook/dtd/simple/3.1.7.1/Makefile tests/docbook/dtd/simple/4.1.2.4/Makefile tests/docbook/dtd/simple/Makefile |