Extrnals.html

I've noticed that, at least on my system,
the file `libwww/Library/User/Extrnals.html'
is not properly made.

As a quick hack, I changed a couple of targets in
`libwww/LINUX-ELF/Library/User/Makefile' to read
something like this:

Extrnals.html:
        (cd $(srcdir) && \
        perl ../../config/makeindx.pl ../src/
../src/WWW*.html > Extrnals.html)

export: Extrnals.html
        -rm $(srcdir)/Extrnals.html;
        (cd $(srcdir) && \
        perl ../../config/makeindx.pl ../src/
../src/WWW*.html > Extrnals.html)


But these changes (or something similar) should be
made in `Makefile.am' (assuming that the problem
isn't just on my system.)



__________________________________________________
Do You Yahoo!?
Get Yahoo! Mail - Free email you can access from anywhere!
http://mail.yahoo.com/

Received on Saturday, 24 June 2000 10:00:13 UTC