Bug#686928: Makefile rule to fix failing templates installation

2012-09-07 Thread Mike Gabriel
Hi, the last two lines in the Makefile have to be replaced by these: # install the templates $(foreach dir, $(wildcard templates/*/*), $(install_exec) -d $(templates_dir)/$(patsubst templates/%,%,$(dir)) ; ) $(foreach tmpl, $(wildcard templates/*/*/*.tmpl),

Bug#686928: Makefile rule to fix failing templates installation

2012-09-07 Thread Don Armstrong
On Fri, 07 Sep 2012, Mike Gabriel wrote: the last two lines in the Makefile have to be replaced by these: # install the templates $(foreach dir, $(wildcard templates/*/*), $(install_exec) -d $(templates_dir)/$(patsubst templates/%,%,$(dir)) ; ) $(foreach tmpl,