jamesni / fonts-tweak-tool

GNU Lesser General Public License v3.0
8 stars 2 forks source link

add gettext support and autotoolize #6

Closed tagoh closed 12 years ago

tagoh commented 12 years ago

That still could be done by in setuptools or distutils but autotoolizing is easier to keep the relevant scripts up to dated and maintain. I'm still using setup.py for minimal installation for python related things.

Once this is applied, everything should be improved and easy to do:

and no need to maintain .gitignore anymore because of the efforts of git.mk (see git.mk for more details).

tagoh commented 12 years ago

forgot to add a gettext support code. the last commit should be 0038ed6 but anyway.