declare generated docs as data-files, sync hpack yamls

This commit is contained in:
Simon Michael 2016-04-20 12:44:47 -07:00
parent 80948d1db7
commit 33b5c5dc94
10 changed files with 72 additions and 130 deletions

View File

@ -34,8 +34,14 @@ bug-reports : http://bugs.hledger.org
extra-source-files: extra-source-files:
- CHANGES - CHANGES
- README
- examples/*.html - examples/*.html
data-files:
- doc/*.1
- doc/*.txt
- doc/*.info
# XXX not supported # XXX not supported
# flag threaded # flag threaded
# Description: Build with support for multithreaded execution # Description: Build with support for multithreaded execution

View File

@ -28,10 +28,12 @@ cabal-version: >= 1.10
extra-source-files: extra-source-files:
CHANGES CHANGES
README README
doc/hledger-api.1 examples/*.html
doc/hledger-api.1.txt
examples/01.html data-files:
examples/02.html doc/*.1
doc/*.txt
doc/*.info
source-repository head source-repository head
type: git type: git

View File

@ -33,6 +33,12 @@ tested-with : GHC==7.4.2, GHC==7.6.3, GHC==7.8.4, GHC==7.10.1
extra-source-files: extra-source-files:
- CHANGES - CHANGES
- README
data-files:
- doc/*.5
- doc/*.txt
- doc/*.info
# XXX not supported # XXX not supported
# flag double # flag double

View File

@ -28,14 +28,11 @@ tested-with: GHC==7.4.2, GHC==7.6.3, GHC==7.8.4, GHC==7.10.2
extra-source-files: extra-source-files:
CHANGES CHANGES
README README
doc/hledger_csv.5
doc/hledger_csv.5.txt data-files:
doc/hledger_journal.5 doc/*.5
doc/hledger_journal.5.txt doc/*.txt
doc/hledger_timedot.5 doc/*.info
doc/hledger_timedot.5.txt
doc/hledger_timeclock.5
doc/hledger_timeclock.5.txt
source-repository head source-repository head
type: git type: git

View File

@ -37,6 +37,11 @@ extra-source-files:
- CHANGES - CHANGES
- README - README
data-files:
- doc/*.1
- doc/*.txt
- doc/*.info
# XXX not supported # XXX not supported
# flag: # flag:
# old-locale: # old-locale:

View File

@ -30,8 +30,11 @@ tested-with: GHC==7.8.4, GHC==7.10.3
extra-source-files: extra-source-files:
CHANGES CHANGES
README README
doc/hledger-ui.1
doc/hledger-ui.1.txt data-files:
doc/*.1
doc/*.txt
doc/*.info
source-repository head source-repository head
type: git type: git

View File

@ -35,69 +35,28 @@ tested-with : GHC==7.6.3, GHC==7.8.4, GHC==7.10.1
extra-source-files: extra-source-files:
- CHANGES - CHANGES
- README
- config/favicon.ico - config/favicon.ico
- config/keter.yaml - config/keter.yaml
- config/robots.txt - config/robots.txt
- config/routes - config/routes
- config/settings.yml - config/settings.yml
- messages/en.msg - messages/*.msg
- static/css/bootstrap-theme.css - static/css/*.css
- static/css/bootstrap-theme.css.map - static/css/*.map
- static/css/bootstrap-theme.min.css - static/fonts/*.eot
- static/css/bootstrap.css - static/fonts/*.svg
- static/css/bootstrap.css.map - static/fonts/*.ttf
- static/css/bootstrap.min.css - static/fonts/*.woff
- static/fonts/glyphicons-halflings-regular.eot
- static/fonts/glyphicons-halflings-regular.svg
- static/fonts/glyphicons-halflings-regular.ttf
- static/fonts/glyphicons-halflings-regular.woff
- static/hledger.css - static/hledger.css
- static/hledger.js - static/hledger.js
- static/js/bootstrap.js - static/js/*.js
- static/js/bootstrap.min.js - templates/*.hamlet
- static/js/excanvas.js
- static/js/excanvas.min.js data-files:
- static/js/jquery.cookie.js - doc/*.1
- static/js/jquery.flot.canvas.js - doc/*.txt
- static/js/jquery.flot.canvas.min.js - doc/*.info
- static/js/jquery.flot.categories.js
- static/js/jquery.flot.categories.min.js
- static/js/jquery.flot.crosshair.js
- static/js/jquery.flot.crosshair.min.js
- static/js/jquery.flot.errorbars.js
- static/js/jquery.flot.errorbars.min.js
- static/js/jquery.flot.fillbetween.js
- static/js/jquery.flot.fillbetween.min.js
- static/js/jquery.flot.image.js
- static/js/jquery.flot.image.min.js
- static/js/jquery.flot.js
- static/js/jquery.flot.min.js
- static/js/jquery.flot.navigate.js
- static/js/jquery.flot.navigate.min.js
- static/js/jquery.flot.pie.js
- static/js/jquery.flot.pie.min.js
- static/js/jquery.flot.resize.js
- static/js/jquery.flot.resize.min.js
- static/js/jquery.flot.selection.js
- static/js/jquery.flot.selection.min.js
- static/js/jquery.flot.stack.js
- static/js/jquery.flot.stack.min.js
- static/js/jquery.flot.symbol.js
- static/js/jquery.flot.symbol.min.js
- static/js/jquery.flot.threshold.js
- static/js/jquery.flot.threshold.min.js
- static/js/jquery.flot.time.js
- static/js/jquery.flot.time.min.js
- static/js/jquery.flot.tooltip.js
- static/js/jquery.flot.tooltip.min.js
- static/js/jquery.hotkeys.js
- static/js/jquery.js
- static/js/jquery.min.js
- static/js/jquery.url.js
- static/js/typeahead.bundle.js
- static/js/typeahead.bundle.min.js
- templates/default-layout-wrapper.hamlet
- templates/default-layout.hamlet
# XXX not supported # XXX not supported
# flag threaded # flag threaded

View File

@ -30,71 +30,27 @@ tested-with: GHC==7.6.3, GHC==7.8.4, GHC==7.10.2
extra-source-files: extra-source-files:
CHANGES CHANGES
README README
doc/hledger-web.1
doc/hledger-web.1.txt
config/favicon.ico config/favicon.ico
config/keter.yaml config/keter.yaml
config/robots.txt config/robots.txt
config/routes config/routes
config/settings.yml config/settings.yml
messages/en.msg messages/*.msg
static/css/bootstrap-theme.css static/css/*.css
static/css/bootstrap-theme.css.map static/css/*.map
static/css/bootstrap-theme.min.css static/fonts/*.eot
static/css/bootstrap.css static/fonts/*.svg
static/css/bootstrap.css.map static/fonts/*.ttf
static/css/bootstrap.min.css static/fonts/*.woff
static/fonts/glyphicons-halflings-regular.eot
static/fonts/glyphicons-halflings-regular.svg
static/fonts/glyphicons-halflings-regular.ttf
static/fonts/glyphicons-halflings-regular.woff
static/hledger.css static/hledger.css
static/hledger.js static/hledger.js
static/js/bootstrap.js static/js/*.js
static/js/bootstrap.min.js templates/*.hamlet
static/js/excanvas.js
static/js/excanvas.min.js data-files:
static/js/jquery.cookie.js doc/*.1
static/js/jquery.flot.canvas.js doc/*.txt
static/js/jquery.flot.canvas.min.js doc/*.info
static/js/jquery.flot.categories.js
static/js/jquery.flot.categories.min.js
static/js/jquery.flot.crosshair.js
static/js/jquery.flot.crosshair.min.js
static/js/jquery.flot.errorbars.js
static/js/jquery.flot.errorbars.min.js
static/js/jquery.flot.fillbetween.js
static/js/jquery.flot.fillbetween.min.js
static/js/jquery.flot.image.js
static/js/jquery.flot.image.min.js
static/js/jquery.flot.js
static/js/jquery.flot.min.js
static/js/jquery.flot.navigate.js
static/js/jquery.flot.navigate.min.js
static/js/jquery.flot.pie.js
static/js/jquery.flot.pie.min.js
static/js/jquery.flot.resize.js
static/js/jquery.flot.resize.min.js
static/js/jquery.flot.selection.js
static/js/jquery.flot.selection.min.js
static/js/jquery.flot.stack.js
static/js/jquery.flot.stack.min.js
static/js/jquery.flot.symbol.js
static/js/jquery.flot.symbol.min.js
static/js/jquery.flot.threshold.js
static/js/jquery.flot.threshold.min.js
static/js/jquery.flot.time.js
static/js/jquery.flot.time.min.js
static/js/jquery.flot.tooltip.js
static/js/jquery.flot.tooltip.min.js
static/js/jquery.hotkeys.js
static/js/jquery.js
static/js/jquery.min.js
static/js/jquery.url.js
static/js/typeahead.bundle.js
static/js/typeahead.bundle.min.js
templates/default-layout-wrapper.hamlet
templates/default-layout.hamlet
source-repository head source-repository head
type: git type: git

View File

@ -38,6 +38,11 @@ extra-source-files:
- README.md - README.md
- test/test.hs - test/test.hs
data-files:
- doc/*.1
- doc/*.txt
- doc/*.info
# XXX not supported # XXX not supported
flags: flags:
threaded: threaded:

View File

@ -30,10 +30,13 @@ tested-with: GHC==7.4.2, GHC==7.6.3, GHC==7.8.4, GHC==7.10.2
extra-source-files: extra-source-files:
CHANGES CHANGES
README.md README.md
doc/hledger.1
doc/hledger.1.txt
test/test.hs test/test.hs
data-files:
doc/*.1
doc/*.txt
doc/*.info
source-repository head source-repository head
type: git type: git
location: https://github.com/simonmichael/hledger location: https://github.com/simonmichael/hledger