[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <Pine.LNX.4.64.0708111749540.3101@fbirervta.pbzchgretzou.qr>
Date: Sat, 11 Aug 2007 17:53:10 +0200 (CEST)
From: Jan Engelhardt <jengelh@...putergmbh.de>
To: Sam Ravnborg <sam@...nborg.org>
cc: Stefan Richter <stefanr@...6.in-berlin.de>,
Andi Kleen <andi@...stfloor.org>,
Hans-Jürgen Koch <hjk@...utronix.de>,
Stephen Hemminger <shemminger@...ux-foundation.org>,
linux-kernel@...r.kernel.org
Subject: Re: Documentation files in html format?
On Aug 10 2007 22:12, Sam Ravnborg wrote:
>Asciidoc is quite close to plaintext and it looks to me that the
>formatting possibilities are quite good.
How about mediwiki text?
'''Users'''
:are people who build kernels.
'''Normal developers'''
:are this and that....
>+=== Goal definitions
>+
>+Goal definitions are the main part (heart) of the kbuild Makefile.
>+These lines define the files to be built, any special compilation
>+options, and any subdirectories to be entered recursively.
>+
>+The most simple kbuild makefile contains one line:
>+
>+----
>+ obj-y += foo.o
>+----
>+This tells kbuild that there is one object in that directory, named
>+foo.o. foo.o will be built from foo.c or foo.S.
(wikitext continued)
The most simple kbuild makefile contains one line:
obj-y += foo.o
This tells kbuild that...
Jan
--
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists