From ca844b5b2fc5eec7fb7b02ead72c1b2995b068b3 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 3 Jan 2017 18:31:41 -0500 Subject: mv src/{DND,dnd} --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 606f1da..c65f809 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ html.out += $(foreach d,$(sort $(dir $(patsubst src/%,out/%,$(html.src)))),$dind mydir = $(patsubst %/,%,$(patsubst out/%,%,$(dir $@))) -all: $(html.out) out/main.css out/DND/DND.css +all: $(html.out) out/main.css out/dnd/DND.css .PHONY: all bin/page = bin/page bin/util.rb bin/pandoc.rb -- cgit v1.2.3