From 9806de9490378acd4cc32ef6eb254e62c827e341 Mon Sep 17 00:00:00 2001 From: paul Date: Thu, 13 Sep 2012 13:58:19 +0000 Subject: [PATCH] find in leaflets in /campaigns/swpat/ and /activities/*/*/ svn path=/trunk/; revision=24326 --- about/printable/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/about/printable/Makefile b/about/printable/Makefile index cca4951301..dc4ecd0d02 100644 --- a/about/printable/Makefile +++ b/about/printable/Makefile @@ -1,5 +1,5 @@ foldersources := $(wildcard folder.??.xhtml) -leafletsources := $(wildcard folder.??.xhtml) $(wildcard ../../activities/*/leaflet-*.??.xhtml) +leafletsources := $(wildcard folder.??.xhtml) $(wildcard ../../activities/*/leaflet-*.??.xhtml) $(wildcard ../../activities/*/*/leaflet-*.??.xhtml) $(wildcard ../../campaigns/swpat/leaflet-*.??.xhtml) pdfs_F := $(foldersources:.xhtml=.F.pdf) pdfs_G := $(leafletsources:.xhtml=.G.pdf)