Re: PORTDOCS issue.

2007-07-10 Thread Nikolay Pavlov
On Tuesday, 10 July 2007 at 21:38:35 +0200, [LoN]Kamikaze wrote: > Nikolay Pavlov wrote: > > Hello guys i have this section in my Makefile: > > > > .if !defined(NOPORTDOCS) > > PORTDOCS= ${WRKSRC}/LICENSE.html ${WRKSRC}/README.html \ > > ${WRKSRC}/changelog.html ${WRKSRC}/documentati

Re: PORTDOCS issue.

2007-07-10 Thread [LoN]Kamikaze
Nikolay Pavlov wrote: > Hello guys i have this section in my Makefile: > > .if !defined(NOPORTDOCS) > PORTDOCS= ${WRKSRC}/LICENSE.html ${WRKSRC}/README.html \ > ${WRKSRC}/changelog.html ${WRKSRC}/documentation/docs > > ${MKDIR} ${DOCSDIR}; > > (cd ${WRKSRC} && ${INSTALL_DATA} \

PORTDOCS issue.

2007-07-10 Thread Nikolay Pavlov
Hello guys i have this section in my Makefile: .if !defined(NOPORTDOCS) PORTDOCS= ${WRKSRC}/LICENSE.html ${WRKSRC}/README.html \ ${WRKSRC}/changelog.html ${WRKSRC}/documentation/docs ${MKDIR} ${DOCSDIR}; (cd ${WRKSRC} && ${INSTALL_DATA} \ LICENSE.html README.html changelog.ht