On Fri, 2010-03-26 at 12:53 -0700, Jeremy Huddleston wrote: > On Mar 26, 2010, at 05:27, Gaetan Nadon wrote: > > > Remove configuration regarding xprint support > > > > Signed-off-by: Gaetan Nadon <[email protected]> > > --- > > Makefile.am | 2 - > > app-defaults/Xedit | 468 +++++++++++++++++++++++++++++++++++ > > app-defaults/Xedit-noxprint | 468 ----------------------------------- > > app-defaults/Xedit-xprint | 565 > > ------------------------------------------- > > configure.ac | 3 - > > 5 files changed, 468 insertions(+), 1038 deletions(-) > > create mode 100644 app-defaults/Xedit > > delete mode 100644 app-defaults/Xedit-noxprint > > delete mode 100644 app-defaults/Xedit-xprint > > > > diff --git a/Makefile.am b/Makefile.am > > index e4c4193..9252869 100644 > > --- a/Makefile.am > > +++ b/Makefile.am > > @@ -188,8 +188,6 @@ appman_PRE = xedit.man > > > > EXTRA_DIST = \ > > app-defaults/Xedit-color \ > > - app-defaults/Xedit-xprint \ > > - app-defaults/Xedit-noxprint \ > > app-defaults/Xedit-sample \ > > lisp/README \ > > lisp/TODO \ > > > Looks like you're missing a > + app-defaults/Xedit >
Thanks, you are right. I had found the problem and fixed the commit but
I had
not regenerated the path:
EXTRA_DIST = \
app-defaults/Xedit-color \
- app-defaults/Xedit-xprint \
- app-defaults/Xedit-noxprint \
+ app-defaults/Xedit \
app-defaults/Xedit-sample \
lisp/README \
lisp/TODO \
I was kind of expecting to be told that the xprint feature should not be
removed.
> to match this next hunk:
>
>
> > diff --git a/app-defaults/Xedit b/app-defaults/Xedit
> > new file mode 100644
> > index 0000000..b626bf3
> > --- /dev/null
> > +++ b/app-defaults/Xedit
>
> <snip />
>
>
signature.asc
Description: This is a digitally signed message part
_______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
