diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-12-31 18:21:44 -0700 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-12-31 18:21:44 -0700 |
commit | 7445ea9d56071cfca247689e22c6fded65c3f968 (patch) | |
tree | fecb17db0eb37368c052e26d4e38a83d1ad5cb2b /Makefile | |
parent | 7b11decd6a4b7f484ad35ae623941f21af7d31ec (diff) |
fix breadcrumbs
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |