Date: Thu, 18 Oct 2001 07:00:04 -0700 (PDT) From: Cyrille Lefevre <clefevre@citeweb.net> To: freebsd-doc@freebsd.org Subject: Re: docs/31350: make of doc module fails after 'make obj' Message-ID: <200110181400.f9IE04V06526@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR docs/31350; it has been noted by GNATS. From: Cyrille Lefevre <clefevre@citeweb.net> To: Akio Morita <amorita@freebsd.org> Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: docs/31350: make of doc module fails after 'make obj' Date: Thu, 18 Oct 2001 15:51:58 +0200 (CEST) Akio Morita wrote: > > >Number: 31350 > >Category: docs > >Synopsis: make of doc module fails after 'make obj' Hi, you are duplicating the job I'm doing. see PR #31131 for details. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31131 unfortunatelly, the PR I've submitted is still incomplete but I've a complete one right now that I'll submit w/in a few hours. > CSS_SHEET?= ${DOC_PREFIX}/share/misc/docbook.css > +CSS_SHEET:= ${.CURDIR}/${CSS_SHEET} > +CSS_SHEET:= ${CSS_SHEET:C/.*\/\//\//g} as I know, :C isn't portable between releases. does this patch set is `make package' compatible ? how about .tar archives ? Cyrille. -- Cyrille Lefevre mailto:clefevre@citeweb.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200110181400.f9IE04V06526>