Browse Source

ajoute la génération du favicon

master
vince vince 2 years ago
parent
commit
0367ee42e8
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      Makefile

+ 4
- 1
Makefile View File

@ -4,7 +4,7 @@ PANOC_BIN = pandoc
WGET_BIN = wget
XSLTPROC_BIN = xsltproc
all: web/style.css web/index.html web/contact.html web/legal.html web/about.html web/services.html web/news.html web/canary.html
all: web/style.css web/index.html web/contact.html web/legal.html web/about.html web/services.html web/news.html web/canary.html web/favicon.ico
clean:
-rm agendadulibre.xml news.md
@ -21,3 +21,6 @@ agendadulibre.xml:
news.md: agendadulibre.xsl agendadulibre.xml
$(XSLTPROC_BIN) $^ > '$@'
web/favicon.ico:
wget --quiet --no-clobber --output-document=$@ https://thiscatdoesnotexist.com/

Loading…
Cancel
Save