Mercurial > geeqie
annotate HACKING @ 1671:36166cd4006b
Fix AM_CFLAGS and AM_CXXFLAGS from @1701
The commit 1701 did insert wrong lines for AM_CFLAGS and AM_CXXFLAGS to
src/Makefile.am.
I also did some minor whitespace fixes and made the internal
documentation consistent by using \ than @ for doxygen doc.
author | mow |
---|---|
date | Sat, 27 Jun 2009 22:56:50 +0000 |
parents | b9a9a457860d |
children |
rev | line source |
---|---|
1 | 1 A brief overview for those that wish to work with the source. |
2 | |
1645 | 3 The Makefiles and configure script are generated by the autogen.sh script, |
4 usually only distributed with snapshot releases. Running autogen.sh requires | |
5 automake and autoconf. GNU gettext may also be needed by autogen.sh. | |
1 | 6 |
1645 | 7 SVN commits _require_ an explicit log message. Think it will be used in the |
8 release Changelog. | |
611
f31ae0d9e163
Update CODING and HACKING files, and add po/README file for translators.
zas_
parents:
1
diff
changeset
|
9 |
f31ae0d9e163
Update CODING and HACKING files, and add po/README file for translators.
zas_
parents:
1
diff
changeset
|
10 Coders should respect general coding style (see CODING). |
1 | 11 |
611
f31ae0d9e163
Update CODING and HACKING files, and add po/README file for translators.
zas_
parents:
1
diff
changeset
|
12 Coders, please resync po/POTFILES.in if you add or remove source files from src/ |
1645 | 13 directory (using regen_potfiles.sh script in po/) and re-run make update-po when |
14 appropriate to keep translations in sync with the code. | |
1 | 15 |
611
f31ae0d9e163
Update CODING and HACKING files, and add po/README file for translators.
zas_
parents:
1
diff
changeset
|
16 Maintainers, don't forget to run make update-po before releases. |
f31ae0d9e163
Update CODING and HACKING files, and add po/README file for translators.
zas_
parents:
1
diff
changeset
|
17 |
f31ae0d9e163
Update CODING and HACKING files, and add po/README file for translators.
zas_
parents:
1
diff
changeset
|
18 Translators, please have a look at po/README. |