diff --git a/pages/docs/distros/debian-start.txt b/pages/docs/distros/debian-start.txt index f3dc3e681..a602d4307 100644 --- a/pages/docs/distros/debian-start.txt +++ b/pages/docs/distros/debian-start.txt @@ -9,7 +9,7 @@ To start Enlightenment, see the run-time requirements below. ==== Install from the sources ==== -In this part, the installation for Debian is done from sources like in the [[/docs-efl-start|Get EFL installed]] tutorial. +In this part, the installation for Debian is done from sources like in the [[/docs/distros/|Get EFL installed]] tutorial. The following part provides a script and shows how to install Enlightenment and Terminology with their dependencies on Debian. The script below can be easily adapted for Elementary. diff --git a/pages/docs/distros/start.txt b/pages/docs/distros/start.txt index 1bac30b50..8768ed364 100644 --- a/pages/docs/distros/start.txt +++ b/pages/docs/distros/start.txt @@ -11,7 +11,7 @@ Our source code is developed collaboratively in a pretty typical open source man Before you start you will want basic build tools installed such as: -{{page>docs-efl-deps-git}} +{{page>incl:efl-deps-git}} ==== Get The Source ==== @@ -31,17 +31,17 @@ git clone https://git.enlightenment.org/apps/rage.git ==== Dependencies ==== -{{page>docs-efl-deps-src}} +{{page>incl:efl-deps-src}} ==== Build Environment ==== -{{page>docs-efl-buildenv}} +{{page>incl:efl-buildenv}} ==== Build Order ==== For libraries (build these before applications), build them in order: -{{page>docs-efl-buildorder}} +{{page>incl:efl-buildorder}} ==== Compilation ==== @@ -82,4 +82,4 @@ instead of git clone https:// -~~DISCUSSIONS~~ \ No newline at end of file +~~DISCUSSIONS~~ diff --git a/pages/download.txt b/pages/download.txt index 059ffa009..ee9225014 100644 --- a/pages/download.txt +++ b/pages/download.txt @@ -18,15 +18,15 @@ We provide original source code "tarballs" as the canonical release of what we m When compiling from source, build in this order: -{{page>docs-efl-buildorder}} +{{page>incl:efl-buildorder}} ==== Dependencies ==== -{{page>docs-efl-deps-src}} +{{page>incl:efl-deps-src}} ==== Build Environment ==== -{{page>docs-efl-buildenv}} +{{page>incl:efl-buildenv}} ==== Compilation ==== diff --git a/pages/docs-efl-buildenv.txt b/pages/incl/efl-buildenv.txt similarity index 100% rename from pages/docs-efl-buildenv.txt rename to pages/incl/efl-buildenv.txt diff --git a/pages/docs-efl-buildorder.txt b/pages/incl/efl-buildorder.txt similarity index 100% rename from pages/docs-efl-buildorder.txt rename to pages/incl/efl-buildorder.txt diff --git a/pages/docs-efl-deps-git.txt b/pages/incl/efl-deps-git.txt similarity index 100% rename from pages/docs-efl-deps-git.txt rename to pages/incl/efl-deps-git.txt diff --git a/pages/docs-efl-deps-src.txt b/pages/incl/efl-deps-src.txt similarity index 100% rename from pages/docs-efl-deps-src.txt rename to pages/incl/efl-deps-src.txt