On Sat, Feb 09, 2013 at 04:52:53PM +0100, Armin K. wrote: > From 25297ebaf1da9aca1a00a9628bd73816309922fb Mon Sep 17 00:00:00 2001 > From: Armin K <kre...@email.com> > Date: Sat, 9 Feb 2013 16:50:39 +0100 > Subject: [PATCH] Make sure that man page xml files are always disted. > > --- > doc/man/Makefile.am | 7 +++---- > 1 file changed, 3 insertions(+), 4 deletions(-)
The patch doesn't apply, looks like it was copy and pasted or something. Please use git send-email for sending patches to preserve whitespace and make sure the patch is sent out correctly. I applied the patch by hand, fixes make dist. thanks, Kristian > diff --git a/doc/man/Makefile.am b/doc/man/Makefile.am > index 1407953..32aa04e 100644 > --- a/doc/man/Makefile.am > +++ b/doc/man/Makefile.am > @@ -12,15 +12,14 @@ MANPAGES_ALIASES = \ > XML_FILES = \ > ${patsubst %.1,%.xml,${patsubst %.3,%.xml,${patsubst > %.5,%.xml,${patsubst %.7,%.xml,$(MANPAGES)}}}} > CLEANFILES = > -EXTRA_DIST = > -man_MANS = > +EXTRA_DIST = $(XML_FILES) > +dist_man_MANS = > > if HAVE_XSLTPROC > if HAVE_MANPAGES_STYLESHEET > > CLEANFILES += $(MANPAGES) $(MANPAGES_ALIASES) > -EXTRA_DIST += $(MANPAGES) $(MANPAGES_ALIASES) $(XML_FILES) > -man_MANS += $(MANPAGES) $(MANPAGES_ALIASES) > +dist_man_MANS += $(MANPAGES) $(MANPAGES_ALIASES) > > XSLTPROC_FLAGS = \ > --stringparam man.authors.section.enabled 0 \ > -- > 1.8.1.3 > _______________________________________________ > wayland-devel mailing list > wayland-devel@lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/wayland-devel _______________________________________________ wayland-devel mailing list wayland-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/wayland-devel