Discussion:
[Thinkfinger-devel] [PATCH] install also tf-tool/tf-tool_completion when `make dist*`
Luca Capello
2007-12-11 22:12:41 UTC
Permalink
Hi all!

It seems that when I posted the tf-tool_completion patch [1], I didn't
consider the `make dist*` command, which resulted in the exclusion of
that file from the generated archive. The patch is trivial:

--8<---------------cut here---------------start------------->8---
Index: tf-tool/Makefile.am
===================================================================
--- tf-tool/Makefile.am (revision 118)
+++ tf-tool/Makefile.am (working copy)
@@ -9,3 +9,5 @@
completiondir = $(sysconfdir)/bash_completion.d
completion_SCRIPTS = tf-tool_completion
endif
+
+EXTRA_DIST = tf-tool_completion
--8<---------------cut here---------------end--------------->8---

Thx, bye,
Gismo / Luca

Footnotes:
[1] http://thread.gmane.org/gmane.linux.drivers.thinkfinger/392

Loading...