Gentoo Archives: gentoo-catalyst

From: Matt Turner <mattst88@g.o>
To: gentoo-catalyst@l.g.o
Cc: "W. Trevor King" <wking@×××××××.us>
Subject: Re: [gentoo-catalyst] [PATCH 0/4] HOWTO to get newbies started
Date: Sat, 09 Mar 2013 02:40:13
Message-Id: CAEdQ38Ebg5Nwhaa8MN19SdG4VWO0J9y9-QessQ50Pf4rR5ZHzQ@mail.gmail.com
In Reply to: [gentoo-catalyst] [PATCH 0/4] HOWTO to get newbies started by "W. Trevor King"
1 On Sat, Feb 9, 2013 at 12:40 PM, W. Trevor King <wking@×××××××.us> wrote:
2 > From: "W. Trevor King" <wking@×××××××.us>
3 >
4 > Here are my notes from figuring out how catalyst works, after browsing
5 > around online and getting help from y'all. On IRC this morning, Chris
6 > White said he had some similar ideas floating around in his head. I
7 > haven't filed a bug with the HOWTO [1], but I can if anyone wants to
8 > discuss it that way.
9 >
10 > [1]: http://www.gentoo.org/proj/en/releng/catalyst/faq.xml#howto
11 >
12 > W. Trevor King (4):
13 > doc/HOWTO: First pass at a gentle Catalyst introduction
14 > Makefile: Add DOCS for building files/HOWTO.html
15 > files/.gitignore: Ignore $(DOCS) and $(DOC_SIDE_EFFECTS)
16 > doc/HOWTO.txt: Explain how to run catalyst without installing
17 >
18 > Makefile | 15 +++-
19 > doc/HOWTO.txt | 219 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
20 > files/.gitignore | 3 +-
21 > 3 files changed, 233 insertions(+), 4 deletions(-)
22 > create mode 100644 doc/HOWTO.txt
23 >
24 > --
25 > 1.8.1.336.g94702dd
26 >
27 >
28
29 I've committed this series. Thanks!