awesome-www/Makefile

16 lines
404 B
Makefile
Raw Normal View History

2007-11-20 09:28:50 +01:00
ifeq ($(shell which ikiwiki),)
IKIWIKI=echo "** ikiwiki not found" >&2 ; echo ikiwiki
else
IKIWIKI=ikiwiki
endif
push: output
rsync -Pavz html/ awesome.naquadah.org:/var/www/awesome.naquadah.org/
2007-11-20 09:28:50 +01:00
output:
$(IKIWIKI) `pwd` html -v --wikiname about --plugin=goodstuff --templatedir=templates \
2007-11-20 09:28:50 +01:00
--exclude=html --exclude=Makefile --rss --url http://awesome.naquadah.org
clean:
rm -rf .ikiwiki html