16aeda9aecf4b64629356db943a902d92557155d
larrym
  Mon Oct 18 15:23:12 2010 -0700
add --exclude=cpAndLinkToResourceFiles.pl
diff --git src/hg/htdocs/makefile src/hg/htdocs/makefile
index 4193aa9..75c3021 100644
--- src/hg/htdocs/makefile
+++ src/hg/htdocs/makefile
@@ -57,7 +57,7 @@
 # permissions maybe modified.  However, problems happen when a directory
 # is not owned by the current users.  These options attemp to work around it.
 # use care in changing
-rsyncOpts = --times --recursive --executability --omit-dir-times --relative --cvs-exclude --exclude='makefile'
+rsyncOpts = --times --recursive --executability --omit-dir-times --relative --cvs-exclude --exclude='makefile' --exclude='cpAndLinkToResourceFiles.pl'
 doRsync:
 	umask 002; rsync ${rsyncOpts} ${excl} ${incl} `$(FIND)` ${destDir}