The Liberation(tm) Fonts is a font family which aims at metric compatibility with Arial, Times New Roman, and Courier New.
439
stars
21
forks
source link
fix makefile clean function & add install function for packaging #35
Closed
sulincix closed 3 years ago
Most of package manager use
make && make install DESTDIR=/path/to/dir
. I addedmake install
in makefile.Also make clean funtion didn't clean built ttf files in src directory.
I think this pull request is absolutelly essential.