Browse Source

correction de la boulette faite dans le dernier commit

master
Richard Genoud 2 years ago
parent
commit
10aa7fe971
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile View File

@ -19,4 +19,4 @@ agendadulibre.xml:
$(WGET_BIN) --output-document='$@' 'https://www.agendadulibre.org/events.xml?tag=cagull&future=false'
news.md: agendadulibre.xsl agendadulibre.xml
$(XSLTPROC_BIN) '$^' > '$@'
$(XSLTPROC_BIN) $^ > '$@'

Loading…
Cancel
Save