summaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2006-02-24 01:07:20 +0000
committerPaul W. Frields <stickster@gmail.com>2006-02-24 01:07:20 +0000
commit70c487c98939d4e61509d52bdc6e7b23ff25769f (patch)
tree23749afc98e0c56bff70e754f1b66074af083bb5 /Makefile.common
parentdae44cc2548b0c1d5b800740923069f74c4ca7c6 (diff)
downloadfedora-doc-utils-70c487c98939d4e61509d52bdc6e7b23ff25769f.tar.gz
fedora-doc-utils-70c487c98939d4e61509d52bdc6e7b23ff25769f.tar.xz
fedora-doc-utils-70c487c98939d4e61509d52bdc6e7b23ff25769f.zip
Add another phony alias "help" for better across-the-project adherence
(q.v. Fedora Extras), plus it makes a weird kind of sense.
Diffstat (limited to 'Makefile.common')
-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'