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)