GNOME Bugzilla – Bug 659978
only one .po file edit make html regenerate many html files everytime
Last modified: 2011-09-30 11:15:11 UTC
I did following steps. git clone git://git.gnome.org/gimp-help-2 autogen.sh --without-gimp make html-ko The result is good. http://sebul.sarang.net/gimp2/gimp-help-2/html/ko/ But, When I edit only a .po file and run make html-ko then regenerate many files. It takes very long time.
Do you mean the generation of (all) HTML files? This might be a bit annoying, but there's no way for the XSLT processor to update or replace a single HTML file if one of the (DocBook) XML files was updated (because actually we are processing one huge DocBook file). If you just want to check your last translations, you can try a little trick: make [...] preview-xml/ko/path/to/srcfile.xml where "xml/ko/path/to/srcfile.xml" is the localized version of the XML source file listed in your po file: #: src/path/to/srcfile.xml msgid "Blah blah" msgstr "" This will create a (single) draft HTML file.