Correct jbuild paths for templates

This commit is contained in:
Stavros Polymenis 2017-12-18 22:24:24 +00:00
parent 62a77d169b
commit 792d29487e

View File

@ -16,9 +16,9 @@
((section share)
(files (
(../share/config.toml as config.toml)
(../share/html_templates/frontpage.mustache as html_templates/frontpage.mustache)
(../share/html_templates/header.mustache as html_templates/header.mustache)
(../share/html_templates/item.mustache as html_templates/item.mustache)
(../share/html_templates/list.mustache as html_templates/list.mustache)
(../share/html_templates/note.mustache as html_templates/note.mustache)
(../share/template/frontpage.mustache as template/frontpage.mustache)
(../share/template/header.mustache as template/header.mustache)
(../share/template/item.mustache as template/item.mustache)
(../share/template/list.mustache as template/list.mustache)
(../share/template/note.mustache as template/note.mustache)
))))