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
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} \
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