27cef4cf0721d13c97d4ef15032ea7cc63dc3fa7 chmalee Thu Jul 21 08:37:56 2016 -0700 Spelling corrections as per code review, refs #17727 diff --git src/hg/htdocs/makefile src/hg/htdocs/makefile index 7132426..14ef4bb 100644 --- src/hg/htdocs/makefile +++ src/hg/htdocs/makefile @@ -26,30 +26,30 @@ if test -d ${DOCUMENTROOT_USER}; then \ ${MAKE} doInstall destDir=${DOCUMENTROOT_USER} ; \ cd pandoc/installer && ${MAKE} user ; \ fi alpha: ${MAKE} doInstall destDir=${DOCUMENTROOT} cd pandoc/installer && ${MAKE} alpha beta: ${GITUP} ${MAKE} doInstall destDir=qateam@hgwbeta:${DOCUMENTROOT} ${MAKE} doInstall destDir=${DOCUMENTROOT}-beta cd pandoc/installer && ${MAKE} beta -# Run rsync. Care is taking to preserve times and mode on files. rsync is -# smart about recreating file under the current users so that times and +# Run rsync. Care is taken to preserve times and modes on files. rsync is +# smart about recreating files under the current users so that times and # permissions may be 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 --omit-dir-times --relative --cvs-exclude --exclude='makefile' --exclude='cpAndLinkToResourceFiles.pl' --exclude='style/*' doInstall: umask 002; rsync ${rsyncOpts} ${excl} ${incl} `$(FIND)` ${destDir} # Other targets that may be invoked by ../makefile: compile: install: alpha clean: