diff options
Diffstat (limited to 'docs/manual/common-usage.txt')
-rw-r--r-- | docs/manual/common-usage.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/manual/common-usage.txt b/docs/manual/common-usage.txt index 539185a814..89cd9fe6a5 100644 --- a/docs/manual/common-usage.txt +++ b/docs/manual/common-usage.txt @@ -1,7 +1,9 @@ // -*- mode:doc; -*- // vim: set syntax=asciidoc: -== Daily use +== General Buildroot usage + +include::make-tips.txt[] include::rebuilding-packages.txt[] @@ -262,3 +264,7 @@ only other format supported is PNG: ---------------- BR2_GRAPH_OUT=png make graph-build ---------------- + +include::eclipse-integration.txt[] + +include::advanced.txt[] |