On Oct 08, 2009 at 13:44, Olle E. Johansson <oej(a)edvina.net> wrote:
If I change the README XML docs in
modules_k/modulename/doc and run
"make modules-readme" the README is not changed...
Is this a problem with the "modules-readme" make target or a problem
with my knowledge of how we're generating the README's?
make README in the main dir (will regenerate all the readmes)
cd modules_k/modulename; make README (only for modulename)
make modules_k-readme - READMEs for all the modules in modules_k/
make modules_s-readme - same for modules_s/
make modules-readme - for modules/
Andrei