awesome-www/Makefile

20 lines
568 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 luadoc
rsync -Pavz --exclude src html/ awesome.naquadah.org:/var/www/awesome.naquadah.org/
rsync -Pavz src/build/luadoc/ awesome.naquadah.org:/var/www/awesome.naquadah.org/apidoc
2007-11-20 09:28:50 +01:00
output:
$(IKIWIKI) $(CURDIR) html -v --wikiname about --plugin=goodstuff --templatedir=templates \
--exclude=html --exclude=Makefile --rss --url http://awesome.naquadah.org/newsite
luadoc:
make -C src build cmake luadoc
2007-11-20 09:28:50 +01:00
clean:
rm -rf .ikiwiki html