From: Randy Dunlap <rdunlap@infradead.org>
To: Masanari Iida <standby24x7@gmail.com>,
linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org
Subject: Re: [PATCH] doc: make clean does not remove some xml files
Date: Wed, 23 Apr 2014 11:07:36 -0700 [thread overview]
Message-ID: <53580168.3080201@infradead.org> (raw)
In-Reply-To: <1398248673-28450-1-git-send-email-standby24x7@gmail.com>
On 04/23/14 03:24, Masanari Iida wrote:
> "make clean" does not remove following files in
> Documentations/Docbook.
>
> audio.h.xml, ca.h.xml, dmx.h.xml, frontend.h.xml
> net.h.xml, videodev2.h.xml vide.h.xml.
>
> These files are generated when "make xmldocs".
>
> Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Hi,
The documented way to remove generated doc files is to use
'make cleandocs' (see 'make help').
AFAICT, 'make cleandocs' does remove these generated files.
If not, it would be Good if the generated files list (GENFILES
or MEDIA_TEMP) in Documentation/DocBook/media/Makefile could be used
instead of adding another list of files that might not be updated
when it should be updated.
Thanks.
> ---
> Documentation/DocBook/Makefile | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/Documentation/DocBook/Makefile b/Documentation/DocBook/Makefile
> index b444f2e..ec91911 100644
> --- a/Documentation/DocBook/Makefile
> +++ b/Documentation/DocBook/Makefile
> @@ -14,7 +14,9 @@ DOCBOOKS := z8530book.xml device-drivers.xml \
> genericirq.xml s390-drivers.xml uio-howto.xml scsi.xml \
> 80211.xml debugobjects.xml sh.xml regulator.xml \
> alsa-driver-api.xml writing-an-alsa-driver.xml \
> - tracepoint.xml drm.xml media_api.xml w1.xml
> + tracepoint.xml drm.xml media_api.xml w1.xml \
> + audio.h.xml ca.h.xml dmx.h.xml frontend.h.xml \
> + net.h.xml videodev2.h.xml video.h.xml
>
> include Documentation/DocBook/media/Makefile
>
>
--
~Randy
prev parent reply other threads:[~2014-04-23 18:07 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-23 10:24 [PATCH] doc: make clean does not remove some xml files Masanari Iida
2014-04-23 18:07 ` Randy Dunlap [this message]
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=53580168.3080201@infradead.org \
--to=rdunlap@infradead.org \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=standby24x7@gmail.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.