On 04.09.20 13:51, Andreas Tille wrote: > Hi Nilesh, > > On Fri, Sep 04, 2020 at 05:17:29PM +0530, Nilesh Patra wrote: >> Would we want to fix the hard-coding here? > Yes, please. :-)
PYTHONPATH=`find debian/python3-nanostat/usr/lib/ -maxdepth 1 -name python3* -type d|head -n 1`/dist-packages/ help2man ./debian/nanostat/usr/bin/NanoStat > NanoStat.1 Ok. Guys. Now, the man page _definitely_ exceeded what I had thought of investing into it. Not because the `find` but because I could not use my beloved $(shell ...) construct which was unexpected. Any explanation for that so I would learn something from it? Cheers, Steffen

