5. Reports Generation Commands

Generate the whole project report
	    make -C reports index.html
	  

To be browsed from reports/index.html

Generate a single document report
	    make -C manuals/<manual> master-report.html
	  

Will generate the report for document <manual> in manuals/<manual>/master-report.html

Generate a module's synchronization reports
	    make -C modules/<ll>/ <module>.ids.html
	  

Will generate the synchronization reports for module <module> in language <ll>. Resulting reports are modules/<ll>/<module>.ids.html and modules/<ll>/<module>.changes.html. Empty if no changes.