summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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