Re: [PATCH] debuginfod-doc: PR27950 - Remove redanduncies in man page.

2021-08-05 Thread Mark Wielaard
Hi Alice, (adding elfutils-devel back to CC so other know what we discussed) On Wed, 2021-08-04 at 17:36 -0400, Alice Zhang wrote: > Hi Mark, I made debuginfod-client-config.7 a relatively complete man page > and include only the part we need into other files by using > $.if \n(zZ=1 .ig zZ > ...

Re: [PATCH] debuginfod-doc: PR27950 - Remove redanduncies in man page.

2021-08-04 Thread Mark Wielaard
Hi Frank, On Fri, 2021-07-30 at 08:47 -0400, Frank Ch. Eigler wrote: > > aha, ok, I understand now. This makes testing in-tree a bit more > > difficult. So the .so ./debuginfod-client-config.7 does work if you > > got > > into the doc/ subdirectory, then man ./debuginfod-find.1 does show > > the >

Re: [PATCH] debuginfod-doc: PR27950 - Remove redanduncies in man page.

2021-07-30 Thread Frank Ch. Eigler via Elfutils-devel
Hi - > aha, ok, I understand now. This makes testing in-tree a bit more > difficult. So the .so ./debuginfod-client-config.7 does work if you got > into the doc/ subdirectory, then man ./debuginfod-find.1 does show the > included chunks. But for the installed tree it should be .so man7 > debuginfo

Re: [PATCH] debuginfod-doc: PR27950 - Remove redanduncies in man page.

2021-07-30 Thread Mark Wielaard
Hi Frank, On Thu, 2021-07-29 at 10:36 -0400, Frank Ch. Eigler via Elfutils-devel wrote: > Is debuginfod-client-config.7 intended to be installed? If so it should > > be added to notrans_dist_man7_MANS in doc/Makefile.am, [...] > > Yeah. > > > If it isn't intended to be installed, maybe give it a

Re: [PATCH] debuginfod-doc: PR27950 - Remove redanduncies in man page.

2021-07-29 Thread Frank Ch. Eigler via Elfutils-devel
Hi - > Is debuginfod-client-config.7 intended to be installed? If so it should > be added to notrans_dist_man7_MANS in doc/Makefile.am, [...] Yeah. > If it isn't intended to be installed, maybe give it a different suffix > so it isn't confused to be a standalone man page? > > > +.so ./debuginfo

Re: [PATCH] debuginfod-doc: PR27950 - Remove redanduncies in man page.

2021-07-29 Thread Mark Wielaard
Hi Alice, On Wed, 2021-07-28 at 15:42 -0400, Alice Zhang via Elfutils-devel wrote: > Create a new file, debuginfod-client-config.7, that holds all environment > variables and cache control files related info. Get rid of repetitive > definitions in three other files, instead, those files will inclu

[PATCH] debuginfod-doc: PR27950 - Remove redanduncies in man page.

2021-07-28 Thread Alice Zhang via Elfutils-devel
Create a new file, debuginfod-client-config.7, that holds all environment variables and cache control files related info. Get rid of repetitive definitions in three other files, instead, those files will include the content of new file. Any future modification related to environment variables and c