summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-12-31 18:21:44 -0700
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-12-31 18:21:44 -0700
commit7445ea9d56071cfca247689e22c6fded65c3f968 (patch)
treefecb17db0eb37368c052e26d4e38a83d1ad5cb2b /Makefile
parent7b11decd6a4b7f484ad35ae623941f21af7d31ec (diff)
fix breadcrumbs
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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