make -C modules/<ll>/ <module>.edit.noents.xml
Will generate in
modules/<ll>/<module>.edit.noents.xml
an XML file suitable for edition in any XML editor.
make -C modules/<ll>/ <module>.revertedit
This will take edited file
modules/<ll>/<module>.edit.noents.xml
and move changes back into
modules/<ll>/<module>.xml
so that
changes are taken into account by Borges. Do not forget to
commit the module if neede.
make -C modules/<ll>/ <module>.commit
That will additionally check the module's validity before committing.
make -C entity/<ll>/ <entities_module_name>.commit
That will additionally check the entities file
validity before committing the
entity/ll/entities_module_name.ent
file.