Sfoglia il codice sorgente

Change the website name to caca.zoy.org.

tags/v0.99.beta15
Sam Hocevar sam 17 anni fa
parent
commit
c7487d700d
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. +1
    -1
      Makefile.am
  2. +1
    -1
      src/img2txt.c

+ 1
- 1
Makefile.am Vedi 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 Vedi 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__);
} }


Caricamento…
Annulla
Salva