From 749b819c92d213224e5f3a98364a76d4f3e2519c Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Fri, 30 Jul 2010 23:30:02 +0200 Subject: samples: add a short list of all samples Add an action to list only the sample names. Use that for auto-completion. --- samples/samples.mk | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'samples') diff --git a/samples/samples.mk b/samples/samples.mk index 3c67dbb8..72b855ec 100644 --- a/samples/samples.mk +++ b/samples/samples.mk @@ -53,6 +53,13 @@ PHONY += list-samples list-samples: FORCE $(SILENT)$(CT_LIB_DIR)/scripts/showSamples.sh $(CT_SAMPLES) +PHONY += list-samples-short +list-samples-short: FORCE + $(SILENT)for s in $(CT_SAMPLES); do \ + printf "$${s}\n"; \ + done + +PHONY += wiki-samples wiki-samples: $(SILENT)$(CT_LIB_DIR)/scripts/showSamples.sh -w $(CT_SAMPLES) -- cgit v1.2.3