On Oct 08, 2009 at 14:21, Olle E. Johansson oej@edvina.net wrote:
8 okt 2009 kl. 14.17 skrev Andrei Pelinescu-Onciul:
On Oct 08, 2009 at 13:44, Olle E. Johansson oej@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)
Works.
make modules_k-readme - READMEs for all the modules in modules_k/
Did not work...
Hmm, it works for me: $ make modules_k-readme config.mak loaded Makefile.defs defs skipped
config.mak included make[1]: Entering directory `/home/andrei/sr.git/modules_k/acc' make[1]: `README' is up to date. make[1]: Leaving directory `/home/andrei/sr.git/modules_k/acc'
...[repeated for every k modules]
Andrei