From: Randy Dunlap <rdunlap@xenotime.net>
To: Johannes Berg <johannes@sipsolutions.net>
Cc: LKML <linux-kernel@vger.kernel.org>,
Mauro Carvalho Chehab <mchehab@redhat.com>
Subject: Re: [PATCH] Documentation: fix DOCBOOKS=... building
Date: Fri, 27 Jul 2012 15:29:00 -0700 [thread overview]
Message-ID: <5013162C.9030606@xenotime.net> (raw)
In-Reply-To: <1339577020.4519.19.camel@jlt3.sipsolutions.net>
On 06/13/2012 01:43 AM, Johannes Berg wrote:
> From: Johannes Berg <johannes.berg@intel.com>
>
> Prior to
> commit 4266129964b8238526936d723de65b419d8069c6
> Author: Mauro Carvalho Chehab <mchehab@redhat.com>
> Date: Tue May 31 16:27:44 2011 -0300
>
> [media] DocBook: Move all media docbook stuff into its own directory
>
> it was possible to build only a single (or more)
> book(s) by calling, for example
> make htmldocs DOCBOOKS=80211.xml
>
> This now fails:
> cp: target `.../Documentation/DocBook//media_api' is not a directory
>
> Ignore errors from that copy to make this possible again.
>
> Cc: Mauro Carvalho Chehab <mchehab@redhat.com>
> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
> ---
> I complained about this a long time ago, but now it finally bothered me
> enough to fix it ... :-)
Thanks.
Acked-by: Randy Dunlap <rdunlap@xenotime.net>
Mauro??
>
> Documentation/DocBook/media/Makefile | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> --- a/Documentation/DocBook/media/Makefile 2012-06-13 10:39:58.000000000 +0200
> +++ b/Documentation/DocBook/media/Makefile 2012-06-13 10:40:05.000000000 +0200
> @@ -195,7 +195,7 @@ DVB_DOCUMENTED = \
> #
>
> install_media_images = \
> - $(Q)cp $(OBJIMGFILES) $(MEDIA_SRC_DIR)/v4l/*.svg $(MEDIA_OBJ_DIR)/media_api
> + $(Q)-cp $(OBJIMGFILES) $(MEDIA_SRC_DIR)/v4l/*.svg $(MEDIA_OBJ_DIR)/media_api
>
> $(MEDIA_OBJ_DIR)/%: $(MEDIA_SRC_DIR)/%.b64
> $(Q)base64 -d $< >$@
>
>
--
~Randy
next prev parent reply other threads:[~2012-07-27 22:30 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-13 8:43 [PATCH] Documentation: fix DOCBOOKS=... building Johannes Berg
2012-07-27 22:29 ` Randy Dunlap [this message]
2012-07-28 11:26 ` Johannes Berg
2012-07-28 15:05 ` Randy Dunlap
2012-07-28 16:48 ` Johannes Berg
2012-07-29 0:33 ` Rob Landley
2012-07-30 0:16 ` Mauro Carvalho Chehab
-- strict thread matches above, loose matches on Subject: below --
2014-05-20 13:12 Johannes Berg
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5013162C.9030606@xenotime.net \
--to=rdunlap@xenotime.net \
--cc=johannes@sipsolutions.net \
--cc=linux-kernel@vger.kernel.org \
--cc=mchehab@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.