;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:
parent
a1e66ba38a
commit
8d68193c88
@ -1,4 +1,4 @@
|
|||||||
@dircategory User Applications
|
@dircategory User Applications
|
||||||
@direntry
|
@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
|
@end direntry
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
@dircategory User Applications
|
@dircategory User Applications
|
||||||
@direntry
|
@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
|
@end direntry
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
@dircategory User Applications
|
@dircategory User Applications
|
||||||
@direntry
|
@direntry
|
||||||
* hledger: (hledger/hledger). Command-line plain text accounting tool.
|
* hledger: (hledger). Command-line plain text accounting tool.
|
||||||
@end direntry
|
@end direntry
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user