Improved Makefile structure
This Makefile can now handle multiple librarys inside a project.
Example:
If you have some files test1/foo.v
and test2/bar.v
, you can write a mapping inside the Makefile
(e.g. test1:Lib1 test2:Lib2
), so that the HTML-Output generates Lib1.foo
and Lib2.bar
. Furthermore, an index-file is created, where all Files are listed.