parent
4a2890667e
commit
8099fddd92
@ -4,7 +4,7 @@ Quick Guide for new translations
|
||||
If you would like to translate Geany into another language, have a look at the
|
||||
language statistics page at [1] first to see if your desired language already
|
||||
exists. If it already exists, please read the "Notes for updating translations"
|
||||
section. Otherwise, get the SVN version of Geany, change to the po directory and
|
||||
section. Otherwise, get the Git version of Geany, change to the po directory and
|
||||
start the new translation with:
|
||||
|
||||
$ msginit -l ll_CC -o ll.po -i geany.pot
|
||||
|
@ -55,8 +55,8 @@ AC_CHECK_FUNCS([ftruncate fgetpos fnmatch mkstemp strerror strstr])
|
||||
# autoscan end
|
||||
|
||||
|
||||
# check for SVN revision
|
||||
GEANY_CHECK_REVISION([dnl force debug mode for a SVN working copy
|
||||
# check for VCS revision
|
||||
GEANY_CHECK_REVISION([dnl force debug mode for a VCS working copy
|
||||
CFLAGS="-g -DGEANY_DEBUG $CFLAGS"])
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
dnl GEANY_CHECK_REVISION([action-if-found], [action-if-not-found])
|
||||
dnl Check for the Git-SVN or SVN revision and set REVISION to
|
||||
dnl "r<revnum>" or to "-1" if the revision can't be found
|
||||
dnl Check for the Git revision and set REVISION to "<revid>"
|
||||
dnl or to "-1" if the revision can't be found
|
||||
dnl Also AC_DEFINEs REVISION
|
||||
AC_DEFUN([GEANY_CHECK_REVISION],
|
||||
[
|
||||
|
Loading…
x
Reference in New Issue
Block a user