[PATCH] Documentation: fix DOCBOOKS=... building

2014-05-20 Thread Johannes Berg
From: Johannes Berg 

Prior to
commit 4266129964b8238526936d723de65b419d8069c6
Author: Mauro Carvalho Chehab 
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.

Fixes: 4266129964b8 ("[media] DocBook: Move all media docbook stuff into its 
own directory")
Cc: Mauro Carvalho Chehab 
Acked-by: Randy Dunlap 
Signed-off-by: Johannes Berg 
---
Both Rand and I sent this patch almost a year ago, but it didn't stick.
Can somebody please take it? :-)

Thanks,
johannes
---
 Documentation/DocBook/media/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/DocBook/media/Makefile 
b/Documentation/DocBook/media/Makefile
index f9fd615427fb..1d27f0a1abd1 100644
--- a/Documentation/DocBook/media/Makefile
+++ b/Documentation/DocBook/media/Makefile
@@ -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 $< >$@
-- 
2.0.0.rc0

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH] Documentation: fix DOCBOOKS=... building

2014-05-20 Thread Johannes Berg
From: Johannes Berg johannes.b...@intel.com

Prior to
commit 4266129964b8238526936d723de65b419d8069c6
Author: Mauro Carvalho Chehab mche...@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.

Fixes: 4266129964b8 ([media] DocBook: Move all media docbook stuff into its 
own directory)
Cc: Mauro Carvalho Chehab mche...@redhat.com
Acked-by: Randy Dunlap rdun...@xenotime.net
Signed-off-by: Johannes Berg johannes.b...@intel.com
---
Both Rand and I sent this patch almost a year ago, but it didn't stick.
Can somebody please take it? :-)

Thanks,
johannes
---
 Documentation/DocBook/media/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/DocBook/media/Makefile 
b/Documentation/DocBook/media/Makefile
index f9fd615427fb..1d27f0a1abd1 100644
--- a/Documentation/DocBook/media/Makefile
+++ b/Documentation/DocBook/media/Makefile
@@ -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 $ $@
-- 
2.0.0.rc0

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH] Documentation: fix DOCBOOKS=... building

2012-07-29 Thread Mauro Carvalho Chehab
Em 28-07-2012 21:33, Rob Landley escreveu:
> On 07/28/2012 10:05 AM, Randy Dunlap wrote:
>> On 07/28/2012 04:26 AM, Johannes Berg wrote:
>>
>>> On Fri, 2012-07-27 at 15:29 -0700, Randy Dunlap wrote:
 On 06/13/2012 01:43 AM, Johannes Berg wrote:

> From: Johannes Berg 
>
> Prior to
> commit 4266129964b8238526936d723de65b419d8069c6
> Author: Mauro Carvalho Chehab 
> 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 
> Signed-off-by: Johannes Berg 
> ---
> I complained about this a long time ago, but now it finally bothered me
> enough to fix it ... :-)


 Thanks.

 Acked-by: Randy Dunlap 
>>>
>>> Can you apply it somewhere, or should I send it to Andrew, or do you
>>> have any other ideas?
>>
>>
>> I'm no longer the Documentation maintainer, but Rob Landley
>> could merge it.  You probably will need to resend it to him.

Sorry for not answering earlier. I was on vacations ;)

> 
> Acked-by: Rob landley 

Acked-by: Mauro Carvalho Chehab 

> 
> I'll forward it. Thanks,
> 
> Rob
> 

Regards,
Mauro

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH] Documentation: fix DOCBOOKS=... building

2012-07-29 Thread Mauro Carvalho Chehab
Em 28-07-2012 21:33, Rob Landley escreveu:
 On 07/28/2012 10:05 AM, Randy Dunlap wrote:
 On 07/28/2012 04:26 AM, Johannes Berg wrote:

 On Fri, 2012-07-27 at 15:29 -0700, Randy Dunlap wrote:
 On 06/13/2012 01:43 AM, Johannes Berg wrote:

 From: Johannes Berg johannes.b...@intel.com

 Prior to
 commit 4266129964b8238526936d723de65b419d8069c6
 Author: Mauro Carvalho Chehab mche...@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 mche...@redhat.com
 Signed-off-by: Johannes Berg johannes.b...@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 rdun...@xenotime.net

 Can you apply it somewhere, or should I send it to Andrew, or do you
 have any other ideas?


 I'm no longer the Documentation maintainer, but Rob Landley
 could merge it.  You probably will need to resend it to him.

Sorry for not answering earlier. I was on vacations ;)

 
 Acked-by: Rob landley r...@landley.net

Acked-by: Mauro Carvalho Chehab mche...@redhat.com

 
 I'll forward it. Thanks,
 
 Rob
 

Regards,
Mauro

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH] Documentation: fix DOCBOOKS=... building

2012-07-28 Thread Rob Landley
On 07/28/2012 10:05 AM, Randy Dunlap wrote:
> On 07/28/2012 04:26 AM, Johannes Berg wrote:
> 
>> On Fri, 2012-07-27 at 15:29 -0700, Randy Dunlap wrote:
>>> On 06/13/2012 01:43 AM, Johannes Berg wrote:
>>>
 From: Johannes Berg 

 Prior to 
 commit 4266129964b8238526936d723de65b419d8069c6
 Author: Mauro Carvalho Chehab 
 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 
 Signed-off-by: Johannes Berg 
 ---
 I complained about this a long time ago, but now it finally bothered me
 enough to fix it ... :-)
>>>
>>>
>>> Thanks.
>>>
>>> Acked-by: Randy Dunlap 
>>
>> Can you apply it somewhere, or should I send it to Andrew, or do you
>> have any other ideas?
> 
> 
> I'm no longer the Documentation maintainer, but Rob Landley
> could merge it.  You probably will need to resend it to him.

Acked-by: Rob landley 

I'll forward it. Thanks,

Rob
-- 
GNU/Linux isn't: Linux=GPLv2, GNU=GPLv3+, they can't share code.
Either it's "mere aggregation", or a license violation.  Pick one.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH] Documentation: fix DOCBOOKS=... building

2012-07-28 Thread Johannes Berg
From: Johannes Berg 

Prior to 
commit 4266129964b8238526936d723de65b419d8069c6
Author: Mauro Carvalho Chehab 
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 
Acked-by: Randy Dunlap 
Signed-off-by: Johannes Berg 
---
> I'm no longer the Documentation maintainer, but Rob Landley
> could merge it.  You probably will need to resend it to him.
 

 Documentation/DocBook/media/Makefile |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/Documentation/DocBook/media/Makefile  2012-06-13 10:39:58.0 
+0200
+++ b/Documentation/DocBook/media/Makefile  2012-06-13 10:40:05.0 
+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 $< >$@


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH] Documentation: fix DOCBOOKS=... building

2012-07-28 Thread Randy Dunlap
On 07/28/2012 04:26 AM, Johannes Berg wrote:

> On Fri, 2012-07-27 at 15:29 -0700, Randy Dunlap wrote:
>> On 06/13/2012 01:43 AM, Johannes Berg wrote:
>>
>>> From: Johannes Berg 
>>>
>>> Prior to 
>>> commit 4266129964b8238526936d723de65b419d8069c6
>>> Author: Mauro Carvalho Chehab 
>>> 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 
>>> Signed-off-by: Johannes Berg 
>>> ---
>>> I complained about this a long time ago, but now it finally bothered me
>>> enough to fix it ... :-)
>>
>>
>> Thanks.
>>
>> Acked-by: Randy Dunlap 
> 
> Can you apply it somewhere, or should I send it to Andrew, or do you
> have any other ideas?


I'm no longer the Documentation maintainer, but Rob Landley
could merge it.  You probably will need to resend it to him.

-- 
~Randy
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH] Documentation: fix DOCBOOKS=... building

2012-07-28 Thread Johannes Berg
On Fri, 2012-07-27 at 15:29 -0700, Randy Dunlap wrote:
> On 06/13/2012 01:43 AM, Johannes Berg wrote:
> 
> > From: Johannes Berg 
> > 
> > Prior to 
> > commit 4266129964b8238526936d723de65b419d8069c6
> > Author: Mauro Carvalho Chehab 
> > 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 
> > Signed-off-by: Johannes Berg 
> > ---
> > I complained about this a long time ago, but now it finally bothered me
> > enough to fix it ... :-)
> 
> 
> Thanks.
> 
> Acked-by: Randy Dunlap 

Can you apply it somewhere, or should I send it to Andrew, or do you
have any other ideas?

johannes

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH] Documentation: fix DOCBOOKS=... building

2012-07-28 Thread Johannes Berg
On Fri, 2012-07-27 at 15:29 -0700, Randy Dunlap wrote:
 On 06/13/2012 01:43 AM, Johannes Berg wrote:
 
  From: Johannes Berg johannes.b...@intel.com
  
  Prior to 
  commit 4266129964b8238526936d723de65b419d8069c6
  Author: Mauro Carvalho Chehab mche...@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 mche...@redhat.com
  Signed-off-by: Johannes Berg johannes.b...@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 rdun...@xenotime.net

Can you apply it somewhere, or should I send it to Andrew, or do you
have any other ideas?

johannes

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH] Documentation: fix DOCBOOKS=... building

2012-07-28 Thread Randy Dunlap
On 07/28/2012 04:26 AM, Johannes Berg wrote:

 On Fri, 2012-07-27 at 15:29 -0700, Randy Dunlap wrote:
 On 06/13/2012 01:43 AM, Johannes Berg wrote:

 From: Johannes Berg johannes.b...@intel.com

 Prior to 
 commit 4266129964b8238526936d723de65b419d8069c6
 Author: Mauro Carvalho Chehab mche...@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 mche...@redhat.com
 Signed-off-by: Johannes Berg johannes.b...@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 rdun...@xenotime.net
 
 Can you apply it somewhere, or should I send it to Andrew, or do you
 have any other ideas?


I'm no longer the Documentation maintainer, but Rob Landley
could merge it.  You probably will need to resend it to him.

-- 
~Randy
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH] Documentation: fix DOCBOOKS=... building

2012-07-28 Thread Johannes Berg
From: Johannes Berg johannes.b...@intel.com

Prior to 
commit 4266129964b8238526936d723de65b419d8069c6
Author: Mauro Carvalho Chehab mche...@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 mche...@redhat.com
Acked-by: Randy Dunlap rdun...@xenotime.net
Signed-off-by: Johannes Berg johannes.b...@intel.com
---
 I'm no longer the Documentation maintainer, but Rob Landley
 could merge it.  You probably will need to resend it to him.
 

 Documentation/DocBook/media/Makefile |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/Documentation/DocBook/media/Makefile  2012-06-13 10:39:58.0 
+0200
+++ b/Documentation/DocBook/media/Makefile  2012-06-13 10:40:05.0 
+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 $ $@


--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH] Documentation: fix DOCBOOKS=... building

2012-07-28 Thread Rob Landley
On 07/28/2012 10:05 AM, Randy Dunlap wrote:
 On 07/28/2012 04:26 AM, Johannes Berg wrote:
 
 On Fri, 2012-07-27 at 15:29 -0700, Randy Dunlap wrote:
 On 06/13/2012 01:43 AM, Johannes Berg wrote:

 From: Johannes Berg johannes.b...@intel.com

 Prior to 
 commit 4266129964b8238526936d723de65b419d8069c6
 Author: Mauro Carvalho Chehab mche...@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 mche...@redhat.com
 Signed-off-by: Johannes Berg johannes.b...@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 rdun...@xenotime.net

 Can you apply it somewhere, or should I send it to Andrew, or do you
 have any other ideas?
 
 
 I'm no longer the Documentation maintainer, but Rob Landley
 could merge it.  You probably will need to resend it to him.

Acked-by: Rob landley r...@landley.net

I'll forward it. Thanks,

Rob
-- 
GNU/Linux isn't: Linux=GPLv2, GNU=GPLv3+, they can't share code.
Either it's mere aggregation, or a license violation.  Pick one.
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH] Documentation: fix DOCBOOKS=... building

2012-07-27 Thread Randy Dunlap
On 06/13/2012 01:43 AM, Johannes Berg wrote:

> From: Johannes Berg 
> 
> Prior to 
> commit 4266129964b8238526936d723de65b419d8069c6
> Author: Mauro Carvalho Chehab 
> 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 
> Signed-off-by: Johannes Berg 
> ---
> I complained about this a long time ago, but now it finally bothered me
> enough to fix it ... :-)


Thanks.

Acked-by: Randy Dunlap 

Mauro??


> 
>  Documentation/DocBook/media/Makefile |2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> --- a/Documentation/DocBook/media/Makefile2012-06-13 10:39:58.0 
> +0200
> +++ b/Documentation/DocBook/media/Makefile2012-06-13 10:40:05.0 
> +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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH] Documentation: fix DOCBOOKS=... building

2012-07-27 Thread Randy Dunlap
On 06/13/2012 01:43 AM, Johannes Berg wrote:

 From: Johannes Berg johannes.b...@intel.com
 
 Prior to 
 commit 4266129964b8238526936d723de65b419d8069c6
 Author: Mauro Carvalho Chehab mche...@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 mche...@redhat.com
 Signed-off-by: Johannes Berg johannes.b...@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 rdun...@xenotime.net

Mauro??


 
  Documentation/DocBook/media/Makefile |2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 --- a/Documentation/DocBook/media/Makefile2012-06-13 10:39:58.0 
 +0200
 +++ b/Documentation/DocBook/media/Makefile2012-06-13 10:40:05.0 
 +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
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/