summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2017-01-03 19:05:27 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2017-01-03 19:05:27 -0500
commit4e1129f36187897e2154edbe4c68f5e0e0c21a5e (patch)
tree4ecd6909b4aeed9769a23dcae6dd0a2e9600fd64 /Makefile
parent9436b60185b7ec661e2ee47186679339249f0aa6 (diff)
Add "class" metadata attribute; use it instead of separate CSS files.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c65f809..87fd94f 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
.PHONY: all
bin/page = bin/page bin/util.rb bin/pandoc.rb