From 70c487c98939d4e61509d52bdc6e7b23ff25769f Mon Sep 17 00:00:00 2001 From: "Paul W. Frields" Date: Fri, 24 Feb 2006 01:07:20 +0000 Subject: Add another phony alias "help" for better across-the-project adherence (q.v. Fedora Extras), plus it makes a weird kind of sense. --- Makefile.common | 4 ++-- 1 file 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' -- cgit