From f72f86225884181a4fa8625051830587fe1859b0 Mon Sep 17 00:00:00 2001 From: Iustin Pop <iustin@google.com> Date: Thu, 26 Feb 2009 16:27:45 +0000 Subject: [PATCH] Fix the Makefile after the bash_completion patch I've somehow left these two out. Sorry! Reviewed-by: imsnah --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index 17f6518ca..e3ea4e342 100644 --- a/Makefile.am +++ b/Makefile.am @@ -45,6 +45,7 @@ CLEANFILES = \ doc/*.pdf \ $(patsubst %.dot,%.png,$(docdot)) \ doc/rapi-resources.sgml \ + doc/examples/bash_completion \ doc/examples/ganeti.initd \ doc/examples/ganeti.cron \ lib/*.py[co] \ @@ -156,6 +157,7 @@ EXTRA_DIST = \ $(docdot) \ $(docsgml) \ doc/build-rapi-resources-doc \ + doc/examples/bash_completion.in \ doc/examples/ganeti.initd.in \ doc/examples/ganeti.cron.in \ doc/examples/dumb-allocator \ -- GitLab