Skip to content

Commit

Permalink
Add small makefile to create and upload the pentabarf source file
Browse files Browse the repository at this point in the history
  • Loading branch information
Pietro Abate committed Jun 22, 2016
1 parent fd0f721 commit 339582c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions nowhere-guide/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@

all:
wget -q -O wwwguide.xml "$$@" "https://wwwguide.goingnowhere.org/api/events?populate=true&output=catalogue"
xsltproc wwwguide.xslt wwwguide.xml > nowhere-schedule.xml
scp nowhere-schedule.xml root@beta.frenchburners.org:/var/www/frenchburners.org/www/

clean:
rm wwwguide.xml nowhere-schedule.xml

0 comments on commit 339582c

Please sign in to comment.