trisquel-icecat/icecat/parser/expat/README_MOZILLA

9 lines
363 B
Text

The Expat parser is vendored from https://github.com/libexpat/libexpat.
See moz.yaml for the current in-tree version.
To update run
$ ./mach vendor parser/expat/moz.yaml --patch-mode=none
$ git commit -a -m "Bug X - Update to Expat x.x.x."
$ ./mach vendor parser/expat/moz.yaml --patch-mode=only
$ git commit -a -m "Bug X - Apply local patches to Expat x.x.x."