On 10 October 2013 13:57, Eric Blake <ebl...@redhat.com> wrote: > I'm suggesting that your cfg.mk is flawed. maint.mk is expanding: > > "$(PACKAGE_NAME) - $(manual_title)" > > already in double quotes. If your cfg.mk has: > > manual_title="Hello, GNU World" > > then that would explain the botched shell command. Instead, fix your > cfg.mk to have: > > manual_title=Hello, GNU World >
Thanks, that was precisely the problem (only in hello's case manual_title is set in Makefile.am). -- http://rrt.sc3d.org