Skip to content

Remove redundant build of otf files as part of installation

Balasankar 'Balu' C requested to merge remove-redundant-build-job into master

The normal way people use make (and as given in our Readme) is

$ make all
$ make install

Since we are already doing otf job as part of all, it doesn't make sense to re-do it as part of install job also. Especially when fontmake is pretty slow.

Merge request reports