After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 659978 - only one .po file edit make html regenerate many html files everytime
only one .po file edit make html regenerate many html files everytime
Status: RESOLVED NOTABUG
Product: GIMP-manual
Classification: Other
Component: General
unspecified
Other All
: Low minor
: ---
Assigned To: Róman Joost
Róman Joost
Depends on:
Blocks:
 
 
Reported: 2011-09-23 22:37 UTC by sebuls
Modified: 2011-09-30 11:15 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description sebuls 2011-09-23 22:37:21 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.
Comment 1 Ulf-D. Ehlert 2011-09-25 18:53:22 UTC
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.