|
|
@ -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 web/favicon.ico |
|
|
|
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 |
|
|
|
|
|
|
|
clean: |
|
|
|
-rm agendadulibre.xml news.md |
|
|
@ -22,5 +22,3 @@ agendadulibre.xml: |
|
|
|
news.md: agendadulibre.xsl agendadulibre.xml |
|
|
|
@$(XSLTPROC_BIN) $^ > '$@' |
|
|
|
|
|
|
|
web/favicon.ico: |
|
|
|
@$(WGET_BIN) --quiet --no-clobber --output-document=$@ https://thiscatdoesnotexist.com/ |