Makefile fixes

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2012-11-24 15:48:28 +01:00
parent f0c1ac2535
commit 80b0c315bd
1 changed files with 2 additions and 8 deletions

View File

@ -1,16 +1,10 @@
ifeq ($(shell which ikiwiki),)
IKIWIKI=echo "** ikiwiki not found" >&2 ; echo ikiwiki
else
IKIWIKI=ikiwiki
endif
push: output ldoc changelogs manpages
rsync -Pavz --exclude src html/ awesome.naquadah.org:/var/www/awesome.naquadah.org/
rsync -Pavz --delete src/build/luadoc/ awesome.naquadah.org:/var/www/awesome.naquadah.org/doc/api
rsync -Pavz --delete src/build/doc/ awesome.naquadah.org:/var/www/awesome.naquadah.org/doc/api
rsync -Pavz /usr/share/asciidoc/icons awesome.naquadah.org:/var/www/awesome.naquadah.org/doc/manpages/icons
output: authors.mdwn
$(IKIWIKI) $(CURDIR) html -v --wikiname about --plugin=goodstuff --templatedir=templates \
ikiwiki $(CURDIR) html -v --wikiname about --plugin=goodstuff --templatedir=templates \
--exclude=html --exclude=Makefile --rss --url http://awesome.naquadah.org
authors.mdwn: