api: forgot examples dir

This commit is contained in:
Simon Michael 2016-01-09 08:19:19 -08:00
parent 68f56764ab
commit 4c972fabf2
3 changed files with 9 additions and 1 deletions

View File

@ -0,0 +1,6 @@
<html>
<body>
<p>
Hello world. Just a static file, nothing going on here.
</body>
</html>

View File

@ -21,11 +21,13 @@ bug-reports: http://bugs.hledger.org
author: Simon Michael <simon@joyful.com> author: Simon Michael <simon@joyful.com>
maintainer: Simon Michael <simon@joyful.com> maintainer: Simon Michael <simon@joyful.com>
license: GPL license: GPL
license-file: LICENSE
build-type: Simple build-type: Simple
cabal-version: >= 1.10 cabal-version: >= 1.10
extra-source-files: extra-source-files:
CHANGES CHANGES
examples/01-hello.html
source-repository head source-repository head
type: git type: git

View File

@ -34,7 +34,7 @@ bug-reports : http://bugs.hledger.org
extra-source-files: extra-source-files:
- CHANGES - CHANGES
- examples/ - examples/*.html
# XXX not supported # XXX not supported
# flag threaded # flag threaded