Makefile fixes
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
f0c1ac2535
commit
80b0c315bd
10
Makefile
10
Makefile
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue