changes all IDs to a standard format. This format is Book_Name-title
. For example, a section with a title of First Section
in a book named Test_Book
will have the following ID after running make clean_ids
: <section id="Test_Book-First_Section">
Warning: make clean_ids
To make translation easier, make clean_ids
uses the first four characters of the tag as a prefix for the ID. Consequently, you must check out the latest versions of the XML source and translations before running this command.
If you do not have the current versions of the PO files checked out before running make clean_ids
, the XML and PO files will no longer in synchrony with each other. In this case, all links in the PO files must be manually updated.