From fbac7bae21f6248b8569c52f5bf539c72d988c44 Mon Sep 17 00:00:00 2001 From: Dimitris Aragiorgis <dimara@grnet.gr> Date: Sat, 14 Jul 2012 00:19:14 +0300 Subject: [PATCH] Add hinfo man1 page Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr> --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 0f22057b7..c3ff70f73 100755 --- a/debian/rules +++ b/debian/rules @@ -79,7 +79,7 @@ install: build $(HTOOLS_DIR)/usr/lib/ganeti/iallocators/ mkdir -p $(HTOOLS_DIR)/usr/share/man/man1 - for i in htools hail hbal hscan hspace; do \ + for i in htools hail hbal hscan hspace hinfo; do \ mv $(GANETI_DIR)/usr/share/man/man1/$${i}.1 \ $(HTOOLS_DIR)/usr/share/man/man1/ ; \ done -- GitLab