From 7445ea9d56071cfca247689e22c6fded65c3f968 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 31 Dec 2016 18:21:44 -0700 Subject: fix breadcrumbs --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d8adb8a..54f6d26 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ html.src = $(shell find src -type f \( -false $(foreach s,$(html.suffixes), -o - # Translate the source filenames into output filenames html.out = $(call patsubst-all,$(addprefix src/%.,$(html.suffixes)),out/%.html,$(html.src)) -all: $(html.out) out/main.css +all: $(html.out) out/main.css out/DND/DND.css bin/page = bin/page bin/util.rb bin/pandoc.rb -- cgit v1.2.3