tvl-depot/third_party/lisp/closure-html/dtds-from-store.patch

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
511 B
Diff
Raw Normal View History

diff --git a/src/parse/html-parser.lisp b/src/parse/html-parser.lisp
index 4e45b81..5025a26 100644
--- a/src/parse/html-parser.lisp
+++ b/src/parse/html-parser.lisp
@@ -36,10 +36,7 @@
(make-pathname
:name nil
:type nil
- :defaults (merge-pathnames
- "resources/"
- (asdf:component-relative-pathname
- (asdf:find-system :closure-html))))))
+ :defaults "@out@/resources/")))
(loop
:for (name . filename)
:in '(("-//W3O//DTD W3 HTML 3.0//EN" . "dtd/HTML-3.0")