Skip to content

Commit 4053889

Browse files
committed
Dingus Makefile: remove ref to obsolete html.js.
1 parent 97b8b66 commit 4053889

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dingus/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ALL=commonmark.js
22
COMPONENTS=lodash.min.js jquery.min.js jquery.min.map bootstrap.min.js bootstrap.min.css
3-
LIBFILES=../lib/blocks.js ../lib/common.js ../lib/from-code-point.js ../lib/html.js ../lib/inlines.js ../lib/index.js ../lib/node.js ../lib/normalize-reference.js ../lib/xml.js
3+
LIBFILES=../lib/blocks.js ../lib/common.js ../lib/from-code-point.js ../lib/inlines.js ../lib/index.js ../lib/node.js ../lib/normalize-reference.js ../lib/render/xml.js ../lib/render/html.js ../lib/render/renderer.js
44

55
all: $(ALL) components
66

0 commit comments

Comments
 (0)