diff options
author | Feng Pan <fpan@redhat.com> | 2017-02-17 17:21:40 -0500 |
---|---|---|
committer | Feng Pan <fpan@redhat.com> | 2017-02-17 17:21:40 -0500 |
commit | 89f0410672d80015c419f77e69a5bb155cac2bfe (patch) | |
tree | dd690b12f8201c65682a8a78eba15d6b9e8ba3f8 /build/rpm_specs | |
parent | 14ab87c65644f601362c8e06323ab9f8148dee43 (diff) |
Fix docs path in common rpm spec file
Change-Id: Iefe3e0a3e8cdd9e84b3d094eaa1dcea552552be2
Signed-off-by: Feng Pan <fpan@redhat.com>
Diffstat (limited to 'build/rpm_specs')
-rw-r--r-- | build/rpm_specs/opnfv-apex-common.spec | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/build/rpm_specs/opnfv-apex-common.spec b/build/rpm_specs/opnfv-apex-common.spec index db271848..be181c0a 100644 --- a/build/rpm_specs/opnfv-apex-common.spec +++ b/build/rpm_specs/opnfv-apex-common.spec @@ -22,8 +22,8 @@ https://wiki.opnfv.org/apex %setup -q %build -rst2html docs/installationprocedure/index.rst docs/installation-instructions.html -rst2html docs/releasenotes/release-notes.rst docs/release-notes.html +rst2html docs/release/installation/index.rst docs/release/installation/installation-instructions.html +rst2html docs/release/release-notes/release-notes.rst docs/release/release-notes/release-notes.html %global __python %{__python3} @@ -86,9 +86,9 @@ install lib/installer/domain.xml %{buildroot}%{_var}/opt/opnfv/lib/installer/ mkdir -p %{buildroot}%{_docdir}/opnfv/ install LICENSE.rst %{buildroot}%{_docdir}/opnfv/ -install docs/installation-instructions.html %{buildroot}%{_docdir}/opnfv/ -install docs/releasenotes/index.rst %{buildroot}%{_docdir}/opnfv/release-notes.rst -install docs/release-notes.html %{buildroot}%{_docdir}/opnfv/ +install docs/release/installation/installation-instructions.html %{buildroot}%{_docdir}/opnfv/ +install docs/release/release-notes/index.rst %{buildroot}%{_docdir}/opnfv/release-notes.rst +install docs/release/release-notes/release-notes.html %{buildroot}%{_docdir}/opnfv/ install config/deploy/deploy_settings.yaml %{buildroot}%{_docdir}/opnfv/deploy_settings.yaml.example install config/network/network_settings.yaml %{buildroot}%{_docdir}/opnfv/network_settings.yaml.example install config/network/network_settings_v6.yaml %{buildroot}%{_docdir}/opnfv/network_settings_v6.yaml.example |