Browse Source

Makefile: force la génération des news à chaque fois

master
Richard Genoud 2 years ago
parent
commit
12697fe51c
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      Makefile

+ 1
- 0
Makefile View File

@ -15,6 +15,7 @@ web/style.css: style.css
web/%.html: %.md $(TEMPLATE)
$(PANOC_BIN) --from markdown '$<' --output '$@' --standalone --template '$(TEMPLATE)'
.PHONY: agendadulibre.xml
agendadulibre.xml:
$(WGET_BIN) --output-document='$@' 'https://www.agendadulibre.org/events.xml?tag=cagull&future=false'


Loading…
Cancel
Save