From 3af0c75a4947e7d8754f758c6c0da884b4e07311 Mon Sep 17 00:00:00 2001 From: "Ankur Sinha (Ankur Sinha Gmail)" Date: Sun, 10 Mar 2019 11:44:20 +0000 Subject: [PATCH] Remove "installing software from source" doc This is incomplete and does not fit into user-end documentation in this state. Fixes #101 --- modules/ROOT/nav.adoc | 1 - .../pages/installing-software-from-source.adoc | 17 ----------------- 2 files changed, 18 deletions(-) delete mode 100644 modules/ROOT/pages/installing-software-from-source.adoc diff --git a/modules/ROOT/nav.adoc b/modules/ROOT/nav.adoc index dba4aaf..4dcbd37 100644 --- a/modules/ROOT/nav.adoc +++ b/modules/ROOT/nav.adoc @@ -45,7 +45,6 @@ * xref:changing-selinux-states-and-modes.adoc[Changing SELinux states and modes] * xref:troubleshooting_selinux.adoc[Troubleshooting SELinux] * xref:using-shared-system-certificates.adoc[Using shared system certificates] -* xref:installing-software-from-source.adoc[Installing software from source code] * xref:installing-spotify.adoc[Installing Spotify on Fedora] * xref:adding_user_to_sudoers_file.adoc[Adding a user to sudoers] * xref:performing-administration-tasks-using-sudo.adoc[Performing administration tasks using sudo] diff --git a/modules/ROOT/pages/installing-software-from-source.adoc b/modules/ROOT/pages/installing-software-from-source.adoc deleted file mode 100644 index 5ded32b..0000000 --- a/modules/ROOT/pages/installing-software-from-source.adoc +++ /dev/null @@ -1,17 +0,0 @@ -ifdef::context[:parent-context: {context}] -:context: installing-software-from-source -[[installing-software-from-source]] -= Installing software from source code - -The following section contains guidelines and best practices for installing software from source code on Fedora. -The instructions below are not prescriptive, but following them minimizes the risk of errors occurring during installation. - -include::{partialsdir}/con_package-management-in-fedora.adoc[leveloffset=+1] - -include::{partialsdir}/proc_setting-up-your-local-dev-and-compilation-environment.adoc[leveloffset=+1] - -include::{partialsdir}/proc_downloading-source-code.adoc[leveloffset=+1] - -include::{partialsdir}/proc_compiling_your_application_from_source.adoc[leveloffset=+1] -ifdef::parent-context[:context: {parent-context}] -ifndef::parent-context[:!context:]