Merge pull request #207 from mvincerx/autospec06

Fixes typo in the `include` directive.
This commit is contained in:
mvincerx
2018-08-01 11:19:45 -07:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
@@ -6,7 +6,7 @@ Autospec
.. _incl-autospec-overview:
Overview
--------
********
Whereas a standard RPM build process using ``rpmbuild`` requires a tarball
and ``spec`` file to start, ``autospec`` only requires a tarball and package
@@ -32,7 +32,7 @@ file.
For a comprehensive list of control files, view the `autospec readme`_.
.. _incl-autospec-overview-end
.. _incl-autospec-overview-end:
Control files are explained in Table 1.
@@ -68,9 +68,9 @@ Create a RPM with autospec
**************************
.. include:: ../../concepts/autospec-about.rst
:Start-after: incl-autospec-overview:
:start-after: incl-autospec-overview:
:end-before: incl-autospec-overview-end:
For a detailed explanation of how ``autospec`` works on |CL|, visit our
:ref:`autospec-about` about page. For a general understanding of how RPMs
work, we recommend visiting the `rpm website`_ or the