ajwillia-ms pushed a commit to branch master.

http://git.enlightenment.org/website/www-content.git/commit/?id=1c2551455c43320e816d15574fc1c9fbdc4b5ab4

commit 1c2551455c43320e816d15574fc1c9fbdc4b5ab4
Author: Andy Williams <a...@andywilliams.me>
Date:   Wed Oct 25 21:04:22 2017 +0100

    Move efl build snippets to /incl and fix links
---
 pages/docs/distros/debian-start.txt                        |  2 +-
 pages/docs/distros/start.txt                               | 10 +++++-----
 pages/download.txt                                         |  6 +++---
 pages/{docs-efl-buildenv.txt => incl/efl-buildenv.txt}     |  0
 pages/{docs-efl-buildorder.txt => incl/efl-buildorder.txt} |  0
 pages/{docs-efl-deps-git.txt => incl/efl-deps-git.txt}     |  0
 pages/{docs-efl-deps-src.txt => incl/efl-deps-src.txt}     |  0
 7 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/pages/docs/distros/debian-start.txt 
b/pages/docs/distros/debian-start.txt
index f3dc3e68..a602d430 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 1bac30b5..8768ed36 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://
 </code>
 
-~~DISCUSSIONS~~
\ No newline at end of file
+~~DISCUSSIONS~~
diff --git a/pages/download.txt b/pages/download.txt
index 059ffa00..ee922501 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

-- 


Reply via email to