diff --git a/catalogue/CMakeLists.txt b/catalogue/CMakeLists.txt index 12e6c84766d83f1328383b1f188cd9a06aac560c..34dde560a923dc8e0f228497511485ab00a67843 100644 --- a/catalogue/CMakeLists.txt +++ b/catalogue/CMakeLists.txt @@ -105,3 +105,4 @@ target_link_libraries (cta-catalogue-schema-lock ctacatalogue) install(TARGETS cta-catalogue-schema-lock DESTINATION /usr/bin) +CTAInstallExeManPage(cta-catalogue-schema-lock) diff --git a/catalogue/cta-catalogue-schema-lock.man b/catalogue/cta-catalogue-schema-lock.man index 2e039390020e92f8e341715c1e0ea5c75ceada6e..cec88773a1cd4525a8882a078a6faae1b8bcec86 100644 --- a/catalogue/cta-catalogue-schema-lock.man +++ b/catalogue/cta-catalogue-schema-lock.man @@ -13,7 +13,7 @@ .\" .\" You should have received a copy of the GNU General Public License .\" along with this program. If not, see <http://www.gnu.org/licenses/>. -.TH CTA-CATALOGUE-SCHEMA-LOCK "8cta" "$Date: 2014/03/24 14:44:00 $" CTA "CTA" +.TH CTA-CATALOGUE-SCHEMA-LOCK 1CTA "August 2016" CTA "CTA" .SH NAME cta-catalogue-schema-lock \- Lock the CTA catalogue schema .SH SYNOPSIS diff --git a/cta.spec.in b/cta.spec.in index 7f312697148f6a5a7b871f378c42c94b7956871a..d291c9aa7b39a1005c720a4323ae745f484b0636 100644 --- a/cta.spec.in +++ b/cta.spec.in @@ -213,3 +213,4 @@ CERN Tape Archive: Scripts and utilities to faciliate working with the CTA catalogue %files -n cta-catalogueutils %attr(0755,root,root) %{_bindir}/cta-catalogue-schema-lock +%attr(0644,root,bin) %doc /usr/share/man/man1/cta-catalogue-schema-lock.1cta.gz