On Wed, 2006-06-28 at 11:16 -0700, Paul W. Frields wrote:
RCS file: /cvs/docs/docs-common/common/entities/README.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- README.txt 23 Jun 2006 23:07:50 -0000 1.2 +++ README.txt 28 Jun 2006 18:16:16 -0000 1.3 @@ -20,12 +20,9 @@
- Repeat steps #3 and #4 until a correct XML file is produced.
- Produce the final output file, "entities-${LANG}.ent" by
using the command:
$ make
and reviewing the results.
- Commit the PO and XML file. Do not commit any additional
.ent files.
It occurs to me we could even do away with committing the extra XML files, instead doing a build of the PO when needed during the document build, and using the move-if-change function. Hmm...