about summary refs log tree commit diff
path: root/dist.mk
diff options
context:
space:
mode:
Diffstat (limited to 'dist.mk')
-rw-r--r--dist.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/dist.mk b/dist.mk
index bf97b697f95f..cd11463e8a68 100644
--- a/dist.mk
+++ b/dist.mk
@@ -11,4 +11,6 @@ $(dist_name).tar.bz2: $(dist_files)
 
 clean_files += $(dist_name).tar.bz2
 
+print-top-help += echo "  dist: Generate a source distribution";
+
 endif