With the upgrade to wxWidgets 3.1.5 it seems that the .mo file is renamed.
[dcpomatic.git] / hacks / maketags
1 #!/bin/bash
2 find . -iname "*.cc" -or -iname "*.h" -print | etags -
3
4