From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752798Ab1KGJ2o (ORCPT ); Mon, 7 Nov 2011 04:28:44 -0500 Received: from he.sipsolutions.net ([78.46.109.217]:42642 "EHLO sipsolutions.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751734Ab1KGJ2n (ORCPT ); Mon, 7 Nov 2011 04:28:43 -0500 Subject: htmldocs broken From: Johannes Berg To: Randy Dunlap , Mauro Carvalho Chehab Cc: LKML Content-Type: text/plain; charset="UTF-8" Date: Mon, 07 Nov 2011 10:28:34 +0100 Message-ID: <1320658114.3993.31.camel@jlt3.sipsolutions.net> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org I frequently run make htmldocs DOCBOOKS=80211.xml because I don't want to build all of it. I guess since "[media] DocBook: Move all media docbook stuff into its own directory", this is broken: $ make htmldocs DOCBOOKS=80211.xml HTML Documentation/DocBook/80211.html rm -rf Documentation/DocBook/index.html; echo '

Linux Kernel HTML Documentation

' >> Documentation/DocBook/index.html && echo '

Kernel Version: 3.1.0

' >> Documentation/DocBook/index.html && cat Documentation/DocBook/80211.html >> Documentation/DocBook/index.html cp: target `/home/johannes/sys/laptop/Documentation/DocBook//media_api' is not a directory Any thoughts about how to fix it? johannes