]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
doc: move build dependencies to installation section
authorMatthew Newton <matthew-git@newtoncomputing.co.uk>
Mon, 26 Aug 2019 19:00:24 +0000 (20:00 +0100)
committerMatthew Newton <matthew-git@newtoncomputing.co.uk>
Mon, 26 Aug 2019 22:14:22 +0000 (23:14 +0100)
doc/antora/modules/developers/nav.adoc
doc/antora/modules/developers/pages/index.adoc
doc/antora/modules/installation/nav.adoc
doc/antora/modules/installation/pages/dependencies.adoc [moved from doc/antora/modules/developers/pages/dependencies.adoc with 100% similarity]
doc/antora/modules/installation/pages/source.adoc

index 6c6642928225b3c50d07efbe3200895811a51af7..aa31e4dd4141e243724ad263ac9b56dd98aebb5e 100644 (file)
@@ -2,7 +2,6 @@
 ** xref:bugs.adoc[Bugs]
 ** xref:coding-methods.adoc[Coding Methods]
 ** xref:contributing.adoc[Contributing]
-** xref:dependencies.adoc[Dependencies]
 ** xref:module_interface.adoc[Module Interface]
 ** xref:release-method.adoc[Release Method]
 ** xref:todo.adoc[TODO]
index fd17cfcb87f8b32be7528b19f8793642f0d40d5a..c2449594e75ab6f7ac6d004e54c5427677c82811 100644 (file)
@@ -7,7 +7,7 @@ List with some usual howtos for FreeRADIUS.
 * xref:bugs.adoc[Bugs]
 * xref:coding-methods.adoc[Coding Methods]
 * xref:contributing.adoc[Contributing]
-* xref:dependencies.adoc[Dependencies]
+* xref:installation:dependencies.adoc[Build dependencies]
 * xref:module_interface.adoc[Module Interface]
 * xref:release-method.adoc[Release Method]
 * xref:todo.adoc[TODO]
index 558d7ee56b000ad6bbc9d6fcc66938a9b6d000b3..b592f0e3ca8e8b529ffdb7ae74954bee8a070224 100644 (file)
@@ -1,6 +1,7 @@
 * xref:index.adoc[Installing and upgrading]
 ** xref:packages.adoc[Install from packages]
-** xref:source.adoc[Building from source]
+** xref:dependencies.adoc[Dependencies]
+** xref:source.adoc[Build from source]
 ** Building Packages
 *** xref:build_deb.adoc[Debian and Ubuntu]
 *** xref:build_rpm.adoc[RedHat and CentOS]
index a6a3abb8d614db044327eef549a4401f2c06bd11..c79ffedcb363d0ddd33574242cea1e2bea4baec8 100644 (file)
@@ -1,6 +1,6 @@
 == Building from Source
 
-The xref:developers:dependencies.adoc[build dependencies] must be
+The xref:installation:dependencies.adoc[build dependencies] must be
 installed before FreeRADIUS can build. These dependencies are libtalloc
 and libkqueue, which FreeRADIUS uses for memory management, and
 platform-independent event handling.