diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2017-01-03 19:05:27 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2017-01-03 19:05:27 -0500 |
commit | 4e1129f36187897e2154edbe4c68f5e0e0c21a5e (patch) | |
tree | 4ecd6909b4aeed9769a23dcae6dd0a2e9600fd64 /Makefile | |
parent | 9436b60185b7ec661e2ee47186679339249f0aa6 (diff) |
Add "class" metadata attribute; use it instead of separate CSS files.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |