In reading the GNU Make Manual
(http://www.gnu.org/software/make/manual/make.html#Rule-Syntax), it is
not clear to me whether a space is allowed between a target name and the
colon(':'). For example, are the expressions "all:" and "all :"
equivalent? And is the expression "all : symlinks pdf" equivalent to
"all: symlinks pdf" ?
RLH