[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: FreeType docs not correctly built if srcdir != builddir
From: |
Nikhil Ramakrishnan |
Subject: |
Re: FreeType docs not correctly built if srcdir != builddir |
Date: |
Sun, 22 Mar 2020 23:37:29 +0530 |
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