Re: Transforming program names
Jaimos Skriletz <[email protected]> Thu, 25 Nov 2021 14:44:55 -0700
| Newsgroups | gmane.comp.window-managers.fvwm.devel |
|---|---|
| Message-ID | <CAJabFbhZfB4YQiveQ7BGtL9GA6zej_YbahkLfJd4=8bTWApB4w@mail.gmail.com> |
On Thu, Nov 25, 2021 at 12:50 PM Dominik Vogt <[email protected]> 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