From eb965ce69a9eb9120e000e6f776544dbcc3b6533 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Mon, 7 May 2012 22:03:12 -0400 Subject: [PATCH] publish target will now copy symlinked files --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3706665..bbe9515 100644 --- a/Makefile +++ b/Makefile @@ -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