;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.
This commit is contained in:
Simon Michael 2021-07-14 08:58:36 -10:00
parent a1e66ba38a
commit 8d68193c88
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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