Remove leftover references to SVN

Closes #856.
This commit is contained in:
Colomban Wendling 2016-01-09 19:59:09 +01:00
parent 4a2890667e
commit 8099fddd92
3 changed files with 5 additions and 5 deletions

View File

@ -4,7 +4,7 @@ Quick Guide for new translations
If you would like to translate Geany into another language, have a look at the 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 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" 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: start the new translation with:
$ msginit -l ll_CC -o ll.po -i geany.pot $ msginit -l ll_CC -o ll.po -i geany.pot

View File

@ -55,8 +55,8 @@ AC_CHECK_FUNCS([ftruncate fgetpos fnmatch mkstemp strerror strstr])
# autoscan end # autoscan end
# check for SVN revision # check for VCS revision
GEANY_CHECK_REVISION([dnl force debug mode for a SVN working copy GEANY_CHECK_REVISION([dnl force debug mode for a VCS working copy
CFLAGS="-g -DGEANY_DEBUG $CFLAGS"]) CFLAGS="-g -DGEANY_DEBUG $CFLAGS"])

View File

@ -1,6 +1,6 @@
dnl GEANY_CHECK_REVISION([action-if-found], [action-if-not-found]) 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 Check for the Git revision and set REVISION to "<revid>"
dnl "r<revnum>" or to "-1" if the revision can't be found dnl or to "-1" if the revision can't be found
dnl Also AC_DEFINEs REVISION dnl Also AC_DEFINEs REVISION
AC_DEFUN([GEANY_CHECK_REVISION], AC_DEFUN([GEANY_CHECK_REVISION],
[ [