mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-25 19:31:44 +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>
|
||||
maintainer: Simon Michael <simon@joyful.com>
|
||||
license: GPL
|
||||
license-file: LICENSE
|
||||
build-type: Simple
|
||||
cabal-version: >= 1.10
|
||||
|
||||
extra-source-files:
|
||||
CHANGES
|
||||
examples/01-hello.html
|
||||
|
||||
source-repository head
|
||||
type: git
|
||||
|
@ -34,7 +34,7 @@ bug-reports : http://bugs.hledger.org
|
||||
|
||||
extra-source-files:
|
||||
- CHANGES
|
||||
- examples/
|
||||
- examples/*.html
|
||||
|
||||
# XXX not supported
|
||||
# flag threaded
|
||||
|
Loading…
Reference in New Issue
Block a user