Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 134349 - /proj/en/gdp/doc/doc-tipsntricks.xml simplify Code Listing 2.1
Summary: /proj/en/gdp/doc/doc-tipsntricks.xml simplify Code Listing 2.1
Status: RESOLVED FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Project-specific documentation (show other bugs)
Hardware: All All
: Lowest trivial (vote)
Assignee: nm (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-25 12:08 UTC by Thomas Cort (RETIRED)
Modified: 2006-05-25 12:24 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Cort (RETIRED) gentoo-dev 2006-05-25 12:08:28 UTC
Index: doc-tipsntricks.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/gdp/doc/doc-tipsntricks.xml,v
retrieving revision 1.17
diff -u -b -B -r1.17 doc-tipsntricks.xml
--- doc-tipsntricks.xml 11 May 2006 09:14:57 -0000      1.17
+++ doc-tipsntricks.xml 25 May 2006 19:06:22 -0000
@@ -130,9 +130,8 @@
 </p>

 <pre caption="Creating the test environment">
-$ <i>mkdir test</i>
+$ <i>mkdir -p test/{css,images}</i>
 $ <i>cd test</i>
-$ <i>mkdir css images</i>
 $ <i>wget -P css/ http://www.gentoo.org/css/main.css</i>
 $ <i>wget -P images/ http://www.gentoo.org/images/gridtest.gif \
   http://www.gentoo.org/images/gentoo-new.gif \
Comment 1 nm (RETIRED) gentoo-dev 2006-05-25 12:19:14 UTC
(In reply to comment #0)
. . .okay, this is so simple I don't know why I didn't think of it.

Though it might be nicer from a very new user's point of view, who would otherwise not know about creating multiple dirs with {,} and has to be stepped through the process more slowly...

I'll do it in a jiffy. Revert if you don't like it, but it does simplify things.

Simplify, simplify...
Comment 2 nm (RETIRED) gentoo-dev 2006-05-25 12:24:20 UTC
Fixed in CVS. Thanks, tcort!