[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
documentation a href's
Hey,
I'm currently writing a script to get all the documentation online. To 'make
it so', _every_ link in the documentation should be relative. So no more
linking to http://cvs.mnemonic.browser.org/ and such, everything should be
"../../dir/doc/overview.html" or something like that.
Also, in the current "root" Makefile, these lines exist:
---
# This is a temporary solution to generate docs without having to configure
# and build first.
doc:
for i in $(SUBDIRS); \
do if test -f $$i/doc/Makefile; \
then (cd $$i/doc && $(MAKE) ); \
fi; \
done
( cd html; $(MAKE) )
---
Why don't make this permanent? I think I can do something with parsing the
Makefile to get everything on the right place.
I'm afraid it won't be ready tonight, but the 'cvs to Mnemonic-latest.tgz'
will be ready I guess. 20.00 GMT??
Also, will the "modular/" directory be just left away, so it will be
"mnemonic/*" instead of "mnemonic-new/modular/*" ? I Hope so :)
TTL,
-Remco