Ross and everybody,
My patch to docs/users_guide/Makefile.in never got checked in. Without
this patch, "make" fails when trying to build the documentation, and
"make check" fails before it runs the tests. Please apply this patch or
suggest an alternative solution.
Thanks,
Brian
On 7/31/05, Brian Smith <brianlsmith@gmail.com> wrote:
MSYS's sed apparently does not like carriage returns in any scripts that it is passed with its "-f" option. So, I changed the user guide's Makefile.in so that it generates and uses a carriage-return-free xml2sgml script.
- Brian