Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753196AbbGOSEZ (ORCPT ); Wed, 15 Jul 2015 14:04:25 -0400 Received: from mail-vn0-f45.google.com ([209.85.216.45]:35311 "EHLO mail-vn0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752897AbbGOSEV (ORCPT ); Wed, 15 Jul 2015 14:04:21 -0400 MIME-Version: 1.0 In-Reply-To: References: <20150712180846.GA32176@huvuddator> <20150714003925.GA23746@kroah.com> <20150714020040.GA17955@huvuddator> Date: Wed, 15 Jul 2015 11:04:20 -0700 Message-ID: Subject: Re: KDBUS breaks 'make installmandocs' From: Jim Davis To: David Herrmann Cc: Ulf Magnusson , Greg KH , Linux API , linux-kernel , Daniel Mack , David Herrmann , Djalal Harouni Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 756 Lines: 23 On Wed, Jul 15, 2015 at 7:19 AM, David Herrmann wrote: > diff --git a/Documentation/kdbus/Makefile b/Documentation/kdbus/Makefile > index af87641..8caffe5 100644 > --- a/Documentation/kdbus/Makefile > +++ b/Documentation/kdbus/Makefile > @@ -38,3 +38,7 @@ mandocs: $(MANFILES) > htmldocs: $(HTMLFILES) > > clean-files := $(MANFILES) $(HTMLFILES) > + > +# we don't support other %docs targets right now > +%docs: > + @true Looks good, no errors with next-20150715. Thanks! Jim -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/