From 95363147e9f8cf3186531e5f249d3869abc622e6 Mon Sep 17 00:00:00 2001 From: lemurianmage Date: Mon, 22 Jun 2026 23:03:23 +0200 Subject: lowdown for templating now --- GNUmakefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index b56bf39..449c6f6 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -13,10 +13,6 @@ out/%.html: src/%.md template.html template.pl @mkdir -p $(dir $@) ./template.pl $< > $@ -out/%: src/% - @mkdir -p $(dir $@) - cp $< $@ - out/%: static/% @mkdir -p $(dir $@) cp $< $@ -- cgit v1.2.3