liberationfonts / liberation-fonts

The Liberation(tm) Fonts is a font family which aims at metric compatibility with Arial, Times New Roman, and Courier New.
Other
439 stars 21 forks source link

fix makefile clean function & add install function for packaging #35

Closed sulincix closed 3 years ago

sulincix commented 3 years ago

Most of package manager use make && make install DESTDIR=/path/to/dir. I added make install in makefile.

Also make clean funtion didn't clean built ttf files in src directory.

I think this pull request is absolutelly essential.