summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTommy Reynolds <Tommy.Reynolds@MegaCoder.com>2006-02-28 12:38:52 +0000
committerTommy Reynolds <Tommy.Reynolds@MegaCoder.com>2006-02-28 12:38:52 +0000
commit84c3bf40c76aabc4f85cf618a345dda8998e0b72 (patch)
tree4e0123f03e3fd0ab69a340c999fdda9c63f12b57
parentf23c97324170f8b3f4101832f17f8f09f4777246 (diff)
downloadfedora-doc-utils-84c3bf40c76aabc4f85cf618a345dda8998e0b72.tar.gz
fedora-doc-utils-84c3bf40c76aabc4f85cf618a345dda8998e0b72.tar.xz
fedora-doc-utils-84c3bf40c76aabc4f85cf618a345dda8998e0b72.zip
Provided viewing hint to "make help" output: use sort(1)!
-rw-r--r--Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index 7caee6b..4cc2e53 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -178,7 +178,7 @@ TARGETS=all clean distclean fdp-info html html-nochunks pdf po showvars \
all:: html html-nochunks tarball # pdf
help::
- @printf ${TFMT} 'help' 'Outputs target summaries'
+ @printf ${TFMT} 'help' 'This help; try "make help|sort"'
@printf ${TFMT} 'text' 'Same as "txt" target'
@printf ${TFMT} 'txt' 'Renders XML into ASCII text file'
@printf ${TFMT} 'src-tarball' 'FIXME'