publish target will now copy symlinked files
parent
0fb5235aa5
commit
eb965ce69a
2
Makefile
2
Makefile
|
@ -59,7 +59,7 @@ webdoc:
|
||||||
# may not have built everything)
|
# may not have built everything)
|
||||||
publish: | default
|
publish: | default
|
||||||
@[ -n "$(PUBROOT)" ] || ( echo "PUBROOT not set; aborting." >&2 && false )
|
@[ -n "$(PUBROOT)" ] || ( echo "PUBROOT not set; aborting." >&2 && false )
|
||||||
rsync -vr $(outdir)/./* "$(PUBROOT)"
|
rsync -vrL $(outdir)/./* "$(PUBROOT)"
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
${RM} -r webroot
|
${RM} -r webroot
|
||||||
|
|
Loading…
Reference in New Issue