Browse Source

Change the website name to caca.zoy.org.

tags/v0.99.beta15
Sam Hocevar sam 16 years ago
parent
commit
c7487d700d
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      Makefile.am
  2. +1
    -1
      src/img2txt.c

+ 1
- 1
Makefile.am View File

@@ -9,7 +9,7 @@ AUTOMAKE_OPTIONS = dist-bzip2
bin_SCRIPTS = caca-config bin_SCRIPTS = caca-config


webhost = poulet.zoy.org webhost = poulet.zoy.org
webdir = /srv/libcaca.zoy.org/var/www/
webdir = /srv/caca.zoy.org/var/www/


upload: upload-source upload-doc upload: upload-source upload-doc




+ 1
- 1
src/img2txt.c View File

@@ -86,7 +86,7 @@ static void version(void)
"img2txt, along with its documentation, may be freely copied and distributed.\n" "img2txt, along with its documentation, may be freely copied and distributed.\n"
"\n" "\n"
"The latest version of img2txt is available from the web site,\n" "The latest version of img2txt is available from the web site,\n"
" http://libcaca.zoy.org/ in the libcaca package.\n"
" http://caca.zoy.org/wiki/libcaca in the libcaca package.\n"
"\n", "\n",
caca_get_version(), __DATE__); caca_get_version(), __DATE__);
} }


Loading…
Cancel
Save