[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
docs-common Makefile.common,1.69,1.70
- From: "Paul W. Frields" (pfrields) <fedora-docs-commits redhat com>
- To: fedora-docs-commits redhat com
- Subject: docs-common Makefile.common,1.69,1.70
- Date: Thu, 23 Feb 2006 20:07:31 -0500
Author: pfrields
Update of /cvs/docs/docs-common
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15984
Modified Files:
Makefile.common
Log Message:
Add another phony alias "help" for better across-the-project adherence
(q.v. Fedora Extras), plus it makes a weird kind of sense.
Index: Makefile.common
===================================================================
RCS file: /cvs/docs/docs-common/Makefile.common,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- Makefile.common 23 Feb 2006 01:45:36 -0000 1.69
+++ Makefile.common 24 Feb 2006 01:07:20 -0000 1.70
@@ -165,7 +165,7 @@
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 @@
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'
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]