Hi, I've made a few changes to the Makefiles, especially: (1) a new target for searching image files with print resolution != 144x144 dpi: make [-f Makefile.GNU] check-image-resolutions-LANG which is equivalent to tools/check_image_resolutions.sh images/LANG (2) for consistency reasons, there is also a new target for creating the image links: make [-f Makefile.GNU] images-LANG (3) changes only to Makefile.GNU (if there are no complaints, I will add these changes to Makefile.am too): a) 'make -f Makefile.GNU html-LANG' should always update the images, but rebuild HTML only if XML source files or translations changed, b) 'make po-LANG' will update all po files which are not up-to-date, but (and that's new) make -f Makefile.GNU po/LANG/some/pofile.po will update the specified po file(s) unconditionally; same as old 'make ... update-po/LANG/some/pofile.po'. (4) a feature I forgot to announce: if you have cloned the GIMP repository, you can specify the path to the GIMP repository when making po files, e.g. make [-f Makefile.GNU] po-LANG \ GIMP_PO_ROOT=/path/to/git-repos/gimp then the gimp po files will be used as compendium files. This way you will add any existing translations of menu items, gui labels, etc. -- if (and only if) these entries match *exactly* the corresponding phrases in the manual. Hope I didn't break anything... Bye, Ulf
Attachment:
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Gimp-docs mailing list Gimp-docs@xxxxxxxxxxxxxxxxxxxxxx https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-docs