diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -41,10 +41,12 @@ $(OUTDIR)/quatuor.html: quatuor.md $(OUTDIR)/programmes.html: programs.in # Rules for automatic, incremental folder creation. -# ⚠ Fail for intermediate folders which hold only subdirs. +# Our lists of target directories are created from the lists of leaf +# resources; some intermediate directories that only hold subdirs do +# not appear in these lists. Work around that with -p. $(OUTDIR) $(images_folders) $(stylesheets_folders): - mkdir $@ + mkdir -p $@ .SECONDEXPANSION: $(resources) $(images) $(stylesheets) $(pages) $(members_pages): | $$(@D) |
