diff --git a/Makefile b/Makefile index fe00b77..6924519 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ ALLHTML=$(shell ls *.xml 2> /dev/null | sed 's/.xml$$/.html/' ) STYLESHEET=page.xslt IMAGES=ltag-icon-en.png favicon.ico ME=$(shell hostname) -ifeq ("${ME}","lilith") +ifeq ("${ME}","ada") WEBSERVER=/var/www/www.langtag.net else WEBSERVER=bortzmeyer@www.langtag.net:/var/www/www.langtag.net diff --git a/ltag-icon-en.png b/ltag-icon-en.png new file mode 100644 index 0000000..49dcad0 Binary files /dev/null and b/ltag-icon-en.png differ