From 6f065df3ff7d4479100a547ced724452e4b1b325 Mon Sep 17 00:00:00 2001 From: Javi Fontan Date: Thu, 29 Mar 2012 16:57:45 +0200 Subject: [PATCH] compress onecluster and onedatastore man pages (cherry picked from commit 576e406974152ca242c138ea214c655e32d5e8f1) --- share/man/SConstruct | 2 ++ 1 file changed, 2 insertions(+) diff --git a/share/man/SConstruct b/share/man/SConstruct index 774287fd50..6ca1ff5aee 100644 --- a/share/man/SConstruct +++ b/share/man/SConstruct @@ -35,6 +35,8 @@ env.Man('occi-network') env.Man('occi-storage') env.Man('oneacl') env.Man('oneauth') +env.Man('onecluster') +env.Man('onedatastore') env.Man('onedb') env.Man('onehost') env.Man('oneimage')