Menhir Handwritten Error Messages

I’m working on a parser and using menhir --list-errors ... to generate hand written messages. I was wondering if there is a way to re-run this after extending the parser without completely removing the previous messages? For example, merging my current messages with any new error states?