The readme generation has to be standalone, it must not generate the other doc formats. It is used on server to generate the readme (then push to git) after a developer pushes changes to module's xml doc files.
As for this, README is just the `doc_text` but copied to another place, `README` will produce this target but not the HTML. We can combine these two targets, if we want only one text format I guess.