On Fri, 17 Feb 2012 at 1:46:52 +0100, Kamil Rytarowski wrote: > On 17.02.2012 00:59, Carlos R. Mafra wrote: > >On Fri, 17 Feb 2012 at 0:49:45 +0100, Kamil Rytarowski wrote: > >>On 16.02.2012 10:00, Carlos R. Mafra wrote: > >>>On Thu, 16 Feb 2012 at 4:37:27 +0100, Kamil Rytarowski wrote: > >>>>The first step is a package with additional man pages. It was > >>>>shipped with WM 0.80.1. Please consider importing it into upstream > >>>>package. > >>>But we already have those files in the doc/ folder. > >>> > >>> > >>Yes you are right, thanks. > >>But why the files aren't installed by default? Is there any specific > >>reason to do so? > >I don't know of any reason, I guess it was simply forgotten. > >Care to send a patch to fix that? > > > > > I'm sending the patch. It's tested and it's working.
Thanks! I cleaned up the Subject: line of your patch, because you used it as the commit message itself. Take a look at the #next branch to check out the result. Thanks again. > From e175618f97d985e12334be767d36ffdb207dcfc6 Mon Sep 17 00:00:00 2001 > From: Kamil Rytarowski <[email protected]> > Date: Fri, 17 Feb 2012 01:39:59 +0100 > Subject: [PATCH] Install missing (forgotten) man pages: * get-wings-flags.1 * > get-wraster-flags.1 * get-wutil-flags.1 * > upgrade-windowmaker-defaults.8 * wdread.1 * WindowMaker.1x > * wmagnify.1x * wmgenmenu.1 * wmmenugen.1 * WPrefs.1x > > --- > doc/Makefile.am | 10 ++++++++++ > 1 files changed, 10 insertions(+), 0 deletions(-) > > diff --git a/doc/Makefile.am b/doc/Makefile.am > index f45cb71..25493ea 100644 > --- a/doc/Makefile.am > +++ b/doc/Makefile.am > @@ -5,11 +5,21 @@ SUBDIRS = sk cs ru > man_MANS = \ > geticonset.1x \ > getstyle.1x \ > + get-wings-flags.1 \ > + get-wraster-flags.1 \ > + get-wutil-flags.1 \ > seticons.1x \ > setstyle.1x \ > + upgrade-windowmaker-defaults.8 \ > + wdread.1 \ > wdwrite.1x \ > + WindowMaker.1x \ > + wmagnify.1x \ > wmaker.1x \ > + wmgenmenu.1 \ > + wmmenugen.1 \ > wmsetbg.1x \ > + WPrefs.1x \ > wxcopy.1x \ > wxpaste.1x > > -- > 1.7.9.1 > -- To unsubscribe, send mail to [email protected].
