From 8d68193c888a88012cfdb9f36c889a1762a2a2d3 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 14 Jul 2021 08:58:36 -1000 Subject: [PATCH] ;fix: doc: info: avoid directory paths in directory metadata (#1594) In each info manual's DIR-ENTRY metadata, it's best to use just the filename, with no subdirectory. This should facilitate working info manuals in packaged versions of hledger, eg in nix. I don't remember the detail of why I added those and I'm not going to spend a couple of hours retesting; hopefully no other significant workflows will be affected. I have left the subdirectory paths in the dir file - this is intended for hledger developers and they hopefully don't cause a problem there. --- hledger-ui/dir-entry.texi | 2 +- hledger-web/dir-entry.texi | 2 +- hledger/dir-entry.texi | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hledger-ui/dir-entry.texi b/hledger-ui/dir-entry.texi index 285589daf..8b40fd496 100644 --- a/hledger-ui/dir-entry.texi +++ b/hledger-ui/dir-entry.texi @@ -1,4 +1,4 @@ @dircategory User Applications @direntry -* hledger-ui: (hledger-ui/hledger-ui). Terminal UI for the hledger accounting tool. +* hledger-ui: (hledger-ui). Terminal UI for the hledger accounting tool. @end direntry diff --git a/hledger-web/dir-entry.texi b/hledger-web/dir-entry.texi index 95aa6957d..fc1bcf403 100644 --- a/hledger-web/dir-entry.texi +++ b/hledger-web/dir-entry.texi @@ -1,4 +1,4 @@ @dircategory User Applications @direntry -* hledger-web: (hledger-web/hledger-web). Web UI/API for the hledger accounting tool. +* hledger-web: (hledger-web). Web UI/API for the hledger accounting tool. @end direntry diff --git a/hledger/dir-entry.texi b/hledger/dir-entry.texi index ce034ac4b..bffd8112e 100644 --- a/hledger/dir-entry.texi +++ b/hledger/dir-entry.texi @@ -1,4 +1,4 @@ @dircategory User Applications @direntry -* hledger: (hledger/hledger). Command-line plain text accounting tool. +* hledger: (hledger). Command-line plain text accounting tool. @end direntry