From c3b5bcb37b9353940eec8c61a80d81a934cf373f Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 4 Oct 2011 22:45:45 +0000 Subject: [PATCH] web: declare static files as extra-source-files for cabal (#63) --- hledger-web/hledger-web.cabal | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/hledger-web/hledger-web.cabal b/hledger-web/hledger-web.cabal index 9a14dee5a..7d56b8302 100644 --- a/hledger-web/hledger-web.cabal +++ b/hledger-web/hledger-web.cabal @@ -22,8 +22,17 @@ cabal-version: >= 1.6 build-type: Simple extra-tmp-files: extra-source-files: --- data-dir: --- data-files: + static/ + static/style.css + static/hledger.js + static/jquery.js + static/jquery.url.js + static/jquery.flot.js + static/dhtmlxcommon.js + static/dhtmlxcombo.js + static/excanvas.min.js + static/combo_select.gif + static/favicon.ico source-repository head type: darcs