[PATCH v2] doc: replace symlink with copies for nmbug, notmuch-setup

2022-06-30 Thread David Bremner
Previously only man page aliases were being added as symlinks. The addition to man_pages in conf.py automatically propagates to the list of generated info pages. Installation of the new pages is handled by existing recipes. --- doc/Makefile.local | 7 --- doc/conf.py| 8 2 f

Re: [PATCH] doc: replace symlink with duplicate page for nmbug

2022-06-30 Thread Michael J Gruber
Am Do., 30. Juni 2022 um 13:20 Uhr schrieb David Bremner : > > This automatically propagates to the info version of the pages, which > saves having maintain two sets of symlinks. > --- > > What do you think about this as an alternative approach? It seems > slightly more maintainable to me, although

[PATCH] doc: replace symlink with duplicate page for nmbug

2022-06-30 Thread David Bremner
This automatically propagates to the info version of the pages, which saves having maintain two sets of symlinks. --- What do you think about this as an alternative approach? It seems slightly more maintainable to me, although I am willing to be convinced otherwise. If it is an improvement we cou