1
0
Fork 0

publish target will now copy symlinked files

website
Mike Gerwitz 2012-05-07 22:03:12 -04:00
parent 0fb5235aa5
commit eb965ce69a
No known key found for this signature in database
GPG Key ID: F22BB8158EE30EAB
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ webdoc:
# may not have built everything)
publish: | default
@[ -n "$(PUBROOT)" ] || ( echo "PUBROOT not set; aborting." >&2 && false )
rsync -vr $(outdir)/./* "$(PUBROOT)"
rsync -vrL $(outdir)/./* "$(PUBROOT)"
clean:
${RM} -r webroot