Skip to content
Snippets Groups Projects
Commit f72f8622 authored by Iustin Pop's avatar Iustin Pop
Browse files

Fix the Makefile after the bash_completion patch

I've somehow left these two out. Sorry!

Reviewed-by: imsnah
parent e2a2a2eb
No related branches found
No related tags found
No related merge requests found
...@@ -45,6 +45,7 @@ CLEANFILES = \ ...@@ -45,6 +45,7 @@ CLEANFILES = \
doc/*.pdf \ doc/*.pdf \
$(patsubst %.dot,%.png,$(docdot)) \ $(patsubst %.dot,%.png,$(docdot)) \
doc/rapi-resources.sgml \ doc/rapi-resources.sgml \
doc/examples/bash_completion \
doc/examples/ganeti.initd \ doc/examples/ganeti.initd \
doc/examples/ganeti.cron \ doc/examples/ganeti.cron \
lib/*.py[co] \ lib/*.py[co] \
...@@ -156,6 +157,7 @@ EXTRA_DIST = \ ...@@ -156,6 +157,7 @@ EXTRA_DIST = \
$(docdot) \ $(docdot) \
$(docsgml) \ $(docsgml) \
doc/build-rapi-resources-doc \ doc/build-rapi-resources-doc \
doc/examples/bash_completion.in \
doc/examples/ganeti.initd.in \ doc/examples/ganeti.initd.in \
doc/examples/ganeti.cron.in \ doc/examples/ganeti.cron.in \
doc/examples/dumb-allocator \ doc/examples/dumb-allocator \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment