temporarily disable elisp exception tests
[bpt/guile.git] / doc / BUGS
1
2 Known Guile documentation bugs -*- outline -*-
3
4 * The building of HTML docs is dependent on GNU Make
5
6 This is because the Makefile.am's for the Guile reference manual and
7 tutorial use a $(shell ...) command to list the set of HTML files to
8 install.
9
10 Probably this will not be fixed until Automake gains proper HTML doc
11 support. On the other hand, if we've overlooked a more
12 version-independent way of achieving the same thing, please let us
13 know.