doc/Makefile: avoid spurious whitespace in environment variables
commit6dc83e651d4d8e77a9b8cf146d725fab8517315c
authorAchim Gratz <Stromeko@Stromeko.DE>
Tue, 7 Jan 2014 20:23:45 +0000 (7 21:23 +0100)
committerAchim Gratz <Stromeko@Stromeko.DE>
Tue, 7 Jan 2014 20:23:45 +0000 (7 21:23 +0100)
treeaf48b6f2f502a8705ab399ddd7d3ce8797e3a0f4
parent7d9a883b50e2674fff5ebfc14faaa5f3537dcbee
doc/Makefile: avoid spurious whitespace in environment variables

* doc/Makefile (%.pdf): Ensure that LANG and LC_ALLĀ are set to "C",
  not "C   " (with trailing whitespace).

Make evaluation order produces spurious whitespace in variables when a
variable definition is followed by whitespace plus a comment.
doc/Makefile