* [PATCH] Docbook: re-remove 80211.xml from Makefile
@ 2016-12-29 17:27 Jeff Mahoney
2016-12-29 17:33 ` Jonathan Corbet
0 siblings, 1 reply; 2+ messages in thread
From: Jeff Mahoney @ 2016-12-29 17:27 UTC (permalink / raw)
To: Johannes Berg, Jonathan Corbet, Linux Kernel Maling List
Merge commit 726d661fea3 (Merge remote-tracking branch 'sound/topic/restize-docs' into sound)
accidentally re-added 80211.xml to the DocBook Makefile, but
commit 819bf593767 (docs-rst: sphinxify 802.11 documentation) removed
80211.tmpl and the rule from the Makefile. As a result, we get build
failures for docs:
make[2]: *** No rule to make target 'Documentation/DocBook/80211.xml', needed by 'Documentation/DocBook/80211.9'. Stop.
This patch re-removes the 80211 rule.
Fixes: 726d661fea3 (Merge remote-tracking branch 'sound/topic/restize-docs' into sound)
Signed-off-by: Jeff Mahoney <jeffm@suse.com>
---
Documentation/DocBook/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/Documentation/DocBook/Makefile
+++ b/Documentation/DocBook/Makefile
@@ -12,7 +12,7 @@ DOCBOOKS := z8530book.xml \
kernel-api.xml filesystems.xml lsm.xml kgdb.xml \
gadget.xml libata.xml mtdnand.xml librs.xml rapidio.xml \
genericirq.xml s390-drivers.xml uio-howto.xml scsi.xml \
- 80211.xml sh.xml regulator.xml w1.xml \
+ sh.xml regulator.xml w1.xml \
writing_musb_glue_layer.xml iio.xml
ifeq ($(DOCBOOKS),)
--
Jeff Mahoney
SUSE Labs
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] Docbook: re-remove 80211.xml from Makefile
2016-12-29 17:27 [PATCH] Docbook: re-remove 80211.xml from Makefile Jeff Mahoney
@ 2016-12-29 17:33 ` Jonathan Corbet
0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Corbet @ 2016-12-29 17:33 UTC (permalink / raw)
To: Jeff Mahoney; +Cc: Johannes Berg, Linux Kernel Maling List
On Thu, 29 Dec 2016 12:27:38 -0500
Jeff Mahoney <jeffm@suse.com> wrote:
> Merge commit 726d661fea3 (Merge remote-tracking branch 'sound/topic/restize-docs' into sound)
> accidentally re-added 80211.xml to the DocBook Makefile, but
> commit 819bf593767 (docs-rst: sphinxify 802.11 documentation) removed
> 80211.tmpl and the rule from the Makefile. As a result, we get build
> failures for docs:
> make[2]: *** No rule to make target 'Documentation/DocBook/80211.xml', needed by 'Documentation/DocBook/80211.9'. Stop.
>
> This patch re-removes the 80211 rule.
I already have a fix for this in docs-next, will be sending it Linusward
shortly.
Thanks (and apologies for the merge screwup),
jon
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-12-29 17:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-29 17:27 [PATCH] Docbook: re-remove 80211.xml from Makefile Jeff Mahoney
2016-12-29 17:33 ` Jonathan Corbet
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome