Current if I run <div>make help Output look likes:</div><div><div> make help</div><div>The following are some of the valid targets for this Makefile:</div><div>... all (the default if no target is provided)</div><div>... clean</div>
<div>... depend</div><div>... edit_cache</div><div>... rebuild_cache</div><div>... a</div><div>... b</div><div>... ba</div><div><br></div><div>Where ba is subject of b. I want to modify output generate by this target. How can I do that ?</div>
<div>Something like hierarchy of projects and project description </div><div><div>... all (the default if no target is provided)</div><div>... clean</div><div>... depend</div><div>... edit_cache</div><div>... rebuild_cache</div>
<div>... a (Description of a )</div><div>... b (Description of a )</div><div>      ... ba (Description of ba )</div></div><div><br></div><div>Is there a way to do this ?</div><div><br></div><div><br></div>regards<div>Vivek Goel</div>
<br>
</div>