diff options
| author | Morgan Smith <Morgan.J.Smith@outlook.com> | 2023-01-11 13:14:34 -0500 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2023-01-19 17:54:49 +0100 |
| commit | 287e2822362871aa8792e469d0dab45dc28d3c4e (patch) | |
| tree | dee9c8067cd3b62997ad7c5095640eb90ad98e8c /gnu | |
| parent | b9d676e0ee7b52ef4bb202507ccc94b5cab590b2 (diff) | |
gnu: hledger: Install documentation.
* gnu/packages/finance.scm (hledger)[phases]: Add install-doc phase
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/finance.scm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm index ad58721cb30..668fe55172d 100644 --- a/gnu/packages/finance.scm +++ b/gnu/packages/finance.scm | |||
| @@ -227,6 +227,14 @@ line client and a client based on Qt.") | |||
| 227 | (base32 | 227 | (base32 |
| 228 | "07fcfkmv4cy92njnf2qc7jh0naz96q962hxldcd7hk4k7ddv0mss")))) | 228 | "07fcfkmv4cy92njnf2qc7jh0naz96q962hxldcd7hk4k7ddv0mss")))) |
| 229 | (build-system haskell-build-system) | 229 | (build-system haskell-build-system) |
| 230 | (arguments | ||
| 231 | (list | ||
| 232 | #:phases | ||
| 233 | #~(modify-phases %standard-phases | ||
| 234 | (add-after 'install 'install-doc | ||
| 235 | (lambda _ | ||
| 236 | (install-file "hledger.info" (string-append #$output "/share/info")) | ||
| 237 | (install-file "hledger.1" (string-append #$output "/man/man1"))))))) | ||
| 230 | (inputs | 238 | (inputs |
| 231 | (list ghc-ansi-terminal | 239 | (list ghc-ansi-terminal |
| 232 | ghc-base-compat-batteries | 240 | ghc-base-compat-batteries |
