Change hostname
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
efd1c33d09
commit
233836d060
2
Makefile
2
Makefile
|
@ -5,7 +5,7 @@ IKIWIKI=ikiwiki
|
||||||
endif
|
endif
|
||||||
|
|
||||||
push: output
|
push: output
|
||||||
rsync -Pavz html/ delmak.naquadah.org:/var/www/awesome.naquadah.org/
|
rsync -Pavz html/ awesome.naquadah.org:/var/www/awesome.naquadah.org/
|
||||||
|
|
||||||
output:
|
output:
|
||||||
$(IKIWIKI) `pwd` html -v --wikiname about --plugin=goodstuff --templatedir=templates \
|
$(IKIWIKI) `pwd` html -v --wikiname about --plugin=goodstuff --templatedir=templates \
|
||||||
|
|
Loading…
Reference in New Issue