diff options
author | louiz’ <louiz@louiz.org> | 2018-09-03 22:33:22 +0200 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2018-09-03 22:33:22 +0200 |
commit | 23f57e3b13475adda2a747039cfef999c7d0daad (patch) | |
tree | fdc8e04525ed7342c5bcf3c7d7b36f65b90e1f1c | |
parent | 193302b0de20df6adc090eaeaa84cfd286be724a (diff) | |
download | biboumi-23f57e3b13475adda2a747039cfef999c7d0daad.tar.gz biboumi-23f57e3b13475adda2a747039cfef999c7d0daad.tar.bz2 biboumi-23f57e3b13475adda2a747039cfef999c7d0daad.tar.xz biboumi-23f57e3b13475adda2a747039cfef999c7d0daad.zip |
Change the doc files listed in the rules filedebian
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index bf6dab9..86b7c34 100755 --- a/debian/rules +++ b/debian/rules @@ -34,7 +34,7 @@ DEB_CMAKE_EXTRA_FLAGS = \ DEB_MAKE_CHECK_TARGET = check DEB_INSTALL_CHANGELOGS_ALL += CHANGELOG.rst -DEB_INSTALL_DOCS_$(pkg) += README.rst CONTRIBUTING.rst +DEB_INSTALL_DOCS_$(pkg) += README.rst doc/admin.rst doc/index.rst doc/user.rst doc/install.rst doc/contributing.rst DEB_INSTALL_EXAMPLES_$(pkg) = doc/example.conf binary-post-install/$(pkg):: |