gecko/parser/html/java
Ben Newman baf70a3ff9 [HTML5] Remove unneeded parser/html/java/translator directory (bug 518224). r=hsivonen
--HG--
extra : rebase_source : 2d3d248bb554f66206568e55690fe1b0cd198515
2009-09-25 12:57:09 -07:00
..
Makefile Bug 518224 - [HTML5] Update parser/html/java Makefiles to sync from hg.mozilla.org/projects/htmlparser. r=hsivonen 2009-09-22 19:46:51 -07:00
manifest.txt Bug 518224 - [HTML5] Update parser/html/java Makefiles to sync from hg.mozilla.org/projects/htmlparser. r=hsivonen 2009-09-22 19:46:51 -07:00
named-character-references.html Bug 518224 - [HTML5] Update parser/html/java Makefiles to sync from hg.mozilla.org/projects/htmlparser. r=hsivonen 2009-09-22 19:46:51 -07:00
README.txt Bug 518224 - [HTML5] Update parser/html/java Makefiles to sync from hg.mozilla.org/projects/htmlparser. r=hsivonen 2009-09-22 19:46:51 -07:00

If this is your first time building the HTML5 parser, you need to execute the
following commands (from this directory) to bootstrap the translation:

  make sync      # fetch remote source files and licenses
  make translate # perform the Java-to-C++ translation

If you make changes to the translator or the javaparser, you can rebuild by
retyping 'make' in this directory.  If you make changes to the HTML5 java
implementation, you can retranslate the java sources by retyping 'make
translate' in this directory.

Ben Newman (23 September 2009)