hledger/hledger/embeddedfiles/README
Simon Michael 5cea120ab7 cli: rename embedded files dir, make them extra-source-files
Per feedback from peti. These files will no longer be installed to
cabal's data directory, where it might seem as if they are required at
runtime, which they are not. Packagers will still find them in the
tarball and can put them in the proper place.
2018-01-26 11:12:08 -08:00

5 lines
306 B
Plaintext

Symbolic links to all the main hledger manuals in several formats.
These files are embedded into the hledger executable at compile time, in Hledger/Cli/DocFiles.hs.
Having them symlinked here allows embedding them without using absolute paths,
which is allowed only within the current package directory.