Remove "installing software from source" doc

This is incomplete and does not fit into user-end documentation in this
state.

Fixes #101
This commit is contained in:
Ankur Sinha (Ankur Sinha Gmail) 2019-03-10 11:44:20 +00:00 committed by pbokoc
parent 53a437aac6
commit 3af0c75a49
2 changed files with 0 additions and 18 deletions

View file

@ -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]

View file

@ -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:]