Re: Transforming program names

2021-11-25 Thread Jaimos Skriletz
On Thu, Nov 25, 2021 at 12:50 PM Dominik Vogt  wrote:
>
> Recently there was the question wether the "transform" logic aon
> man pages was still necessary.  It seems not.
>
>   --program-transform="s/fvwm/xyz/;s/Fvwm/Xyz/"
>
> Renames all man pages too:
>
>   fvwm*.1 -> xyz*.1
>   Fvwm*.1 -> Xyz*.1
>
> (The module names are not transformed, but that's a different
> topic.)
>
> It seems there is no need to change anything.
>

I use this for the Debian package, this way I can make fvwm 2.6.x and
fvwm3 installable side by side (to allow users choice). The manual
pages (and a few of the additional binaries like fvwm-menu-desktop)
are the main files that conflict. This just helps me not have to
manually in the debian packaging script. Currently works as I need.

jaimos



Transforming program names

2021-11-25 Thread Dominik Vogt
Recently there was the question wether the "transform" logic aon
man pages was still necessary.  It seems not.

  --program-transform="s/fvwm/xyz/;s/Fvwm/Xyz/"

Renames all man pages too:

  fvwm*.1 -> xyz*.1
  Fvwm*.1 -> Xyz*.1

(The module names are not transformed, but that's a different
topic.)

It seems there is no need to change anything.

Ciao

Dominik ^_^  ^_^

--

Dominik Vogt