mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-26 20:02:27 +03:00
api: forgot examples dir
This commit is contained in:
parent
68f56764ab
commit
4c972fabf2
6
hledger-api/examples/01-hello.html
Normal file
6
hledger-api/examples/01-hello.html
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
<html>
|
||||||
|
<body>
|
||||||
|
<p>
|
||||||
|
Hello world. Just a static file, nothing going on here.
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user