diff options
author | Samuel Martin <s.martin49@gmail.com> | 2012-11-11 03:14:55 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-11-15 23:59:54 +0100 |
commit | 6bdeb7420e0230747e8edd7691f99f64541f8cf4 (patch) | |
tree | 9cffe4b07f0029c377f2adad4a2071c1d9d48b62 | |
parent | 0e886fc3f6486268bdc54541d2fe2c32acace648 (diff) | |
download | buildroot-novena-6bdeb7420e0230747e8edd7691f99f64541f8cf4.tar.gz buildroot-novena-6bdeb7420e0230747e8edd7691f99f64541f8cf4.zip |
manual: add download-infra.txt
Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r-- | docs/manual/developer-guide.txt | 2 | ||||
-rw-r--r-- | docs/manual/download-infra.txt | 8 | ||||
-rw-r--r-- | docs/manual/prerequisite.txt | 2 |
3 files changed, 11 insertions, 1 deletions
diff --git a/docs/manual/developer-guide.txt b/docs/manual/developer-guide.txt index b254b0f9e..f3fc1dd6a 100644 --- a/docs/manual/developer-guide.txt +++ b/docs/manual/developer-guide.txt @@ -7,4 +7,6 @@ include::writing-rules.txt[] include::adding-packages.txt[] +include::download-infra.txt[] + include::board-support.txt[] diff --git a/docs/manual/download-infra.txt b/docs/manual/download-infra.txt new file mode 100644 index 000000000..63908adad --- /dev/null +++ b/docs/manual/download-infra.txt @@ -0,0 +1,8 @@ +// -*- mode:doc -*- ; + +[[download-infra]] + +Download infrastructure +----------------------- + +TODO diff --git a/docs/manual/prerequisite.txt b/docs/manual/prerequisite.txt index b24731fba..693347b96 100644 --- a/docs/manual/prerequisite.txt +++ b/docs/manual/prerequisite.txt @@ -61,7 +61,7 @@ using +wget+, few are only available through their +git+, +mercurial+, or +svn+ repository. + All other source fetching methods are implemented and may be used in a -development context. +development context (further details: refer to xref:download-infra[]). + ** +bazaar+ ** +cvs+ |