make -C reports index.html
To be browsed from reports/index.html
make -C manuals/<manual> master-report.html
Will generate the report for document <manual> in manuals/<manual>/master-report.html
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.