[ITA] twolame
Takashi Yano
takashi.yano@nifty.ne.jp
Fri Sep 15 03:33:54 GMT 2023
On Thu, 14 Sep 2023 14:26:54 +0100
Jon Turney wrote:
> On 13/09/2023 15:27, Takashi Yano via Cygwin-apps wrote:
> > src_install() {
> > cd ${B}
> > cyginstall
> > mkdir -p ${D}/usr/share/doc/twolame/html
> > cp ${S}/doc/html/*.{html,css,png} ${D}/usr/share/doc/twolame/html/.
> > }
>
> Can't we just write something like HTMLDOCS="doc/html/*.{html,css,png}"
> rather than need to add this?
Thanks for the advice
HTMLDOCS="doc/html/*.html doc/html/*.css doc/html/*.png"
worked for me.
--
Takashi Yano <takashi.yano@nifty.ne.jp>
More information about the Cygwin-apps
mailing list