Re: FreeType docs not correctly built if srcdir != builddir

2020-03-22 Thread Nikhil Ramakrishnan
Hello Werner,

> if `srcdir` == `builddir`, the directory
>
>   $srcdir/docs/reference/images
>
> exists after executing `./configure && make && make refdoc`, and the
> 'FT' icon is properly displayed.  However, if `srcdir` != `builddir`,
> the directory is missing, and the icon doesn't get displayed.

The static assets were moved one directory up in 237fed6, causing the
copy to fail. Fixed in master now, please check!


Nikhil



FreeType docs not correctly built if srcdir != builddir

2020-03-22 Thread Werner LEMBERG


Nikhil,


if `srcdir` == `builddir`, the directory

  $srcdir/docs/reference/images

exists after executing `./configure && make && make refdoc`, and the
'FT' icon is properly displayed.  However, if `srcdir` != `builddir`,
the directory is missing, and the icon doesn't get displayed.

Please check that.


Werner