[erlang-questions] Edoc in Makefile

Ali Yakout ali.yakout@REDACTED
Sun Nov 23 10:26:21 CET 2008


Hi,
 
Is there a way to build the index.html, overview-summary.html, etc
without rebuilding the modules html, I want to do this in my Makefile.
 
Currently I use the rule
 
%.html: %.erl
    erl -noshell -run edoc_run file '"$<"' '[{dir,"../doc"}]'
 
Then I want to add the index build to the doc rule
 
doc: $(HTML)
    # rebuild index
 
 
Thanks,
Ali
 
 
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20081123/ec2198d1/attachment.htm>


More information about the erlang-questions mailing list