Bug 40207

Summary: www/en/gnome: type in Makefile
Product: Documentation Reporter: Cyrille Lefevre <cyrille.lefevre>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Cyrille Lefevre 2002-07-05 02:40:01 UTC
	index.html! -> index.html:
	index.html -> ${.TARGET}

How-To-Repeat: 	make
Comment 1 Peter Pentchev 2002-07-05 07:13:57 UTC
On Fri, Jul 05, 2002 at 03:32:21AM +0200, Cyrille Lefevre wrote:
>=20
> >Number:         40207
> >Category:       docs
> >Synopsis:       www/en/gnome: type in Makefile
> >Originator:     Cyrille Lefevre
> >Description:
> 	index.html! -> index.html:

I believe this part is not a typo; 'target! dependencies' is valid
make(1) syntax.  It is used to always regenerate the target, no matter
if the dependencies have been up-to-date; in this case, the xsltproc
invocation always fetches the RDF file from the GNOME website - make(1)
has no way to determine whether the remote file has changed, so
index.html is always regenerated.

> 	index.html -> ${.TARGET}

This part may be worthwhile.

G'luck,
Peter

--=20
Peter Pentchev	roam@ringlet.net	roam@FreeBSD.org
PGP key:	http://people.FreeBSD.org/~roam/roam.key.asc
Key fingerprint	FDBA FD79 C26F 3C51 C95E  DF9E ED18 B68D 1619 4553
This sentence every third, but it still comprehensible.
Comment 2 Tom Rhodes freebsd_committer freebsd_triage 2002-07-08 22:34:21 UTC
State Changed
From-To: open->closed

Not a bug, functionality ;)