summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.common b/Makefile.common
index 65b0ecf..7ece8bc 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -165,7 +165,7 @@ TFMT="%-31s -- %s\n"
TARGETS=all clean distclean fdp-info html html-nochunks pdf po showvars \
tarball rpm rpm-common noarch srpm package-prep package-post \
- src-tarball txt text targets
+ src-tarball txt text targets help
# FIXME: add the .PHONY attribute where the actual target is defined
@@ -176,7 +176,7 @@ TARGETS=all clean distclean fdp-info html html-nochunks pdf po showvars \
all:: html html-nochunks tarball # pdf
-targets::
+help targets::
@printf ${TFMT} 'targets' 'Outputs target summaries'
@printf ${TFMT} 'text' 'Same as "txt" target'
@printf ${TFMT} 'txt' 'Renders XML into ASCII text file'