X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=blobdiff_plain;f=HACKING;h=d86fbe36542edc8f4b981d2eb62d4b959623a0df;hp=1aa898d32eec8dbbd7a7e5a4838339a2ca436cf7;hb=a40d8f1e7f4bace37758d6f0bc4f598652b77b69;hpb=7917c5a3e4e89fd1b32de87c3788e32025820c41 diff --git a/HACKING b/HACKING index 1aa898d3..d86fbe36 100644 --- a/HACKING +++ b/HACKING @@ -1,17 +1,17 @@ A brief overview for those that wish to work with the source. -The Makefiles and configure script are generated by the autogen.sh script, usually -only distributed with snapshot releases. Running autogen.sh requires automake -and autoconf. GNU gettext may also be needed by autogen.sh. +The Makefiles and configure script are generated by the autogen.sh script, +usually only distributed with snapshot releases. Running autogen.sh requires +automake and autoconf. GNU gettext may also be needed by autogen.sh. -SVN commits _require_ an explicit log message. Think it will be used in the release -Changelog. +SVN commits _require_ an explicit log message. Think it will be used in the +release Changelog. Coders should respect general coding style (see CODING). Coders, please resync po/POTFILES.in if you add or remove source files from src/ -directory (using regen_potfiles.sh script in po/) and re-run make update-po -when appropriate to keep translations in sync with the code. +directory (using regen_potfiles.sh script in po/) and re-run make update-po when +appropriate to keep translations in sync with the code. Maintainers, don't forget to run make update-po before releases.