PUBURL => PUBROOT
parent
d7156405c1
commit
f2ab096ee3
4
Makefile
4
Makefile
|
@ -54,8 +54,8 @@ blog:
|
||||||
# publish webroot to remote server using rsync (do not delete files, since we
|
# publish webroot to remote server using rsync (do not delete files, since we
|
||||||
# may not have built everything)
|
# may not have built everything)
|
||||||
publish: | default
|
publish: | default
|
||||||
@[ -n "$(PUBURL)" ] || ( echo "PUBURL not set; aborting." >&2 && false )
|
@[ -n "$(PUBROOT)" ] || ( echo "PUBROOT not set; aborting." >&2 && false )
|
||||||
rsync -vr $(outdir)/./* "$(PUBURL)"
|
rsync -vr $(outdir)/./* "$(PUBROOT)"
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
${RM} -r webroot
|
${RM} -r webroot
|
||||||
|
|
Loading…
Reference in New Issue