summaryrefslogtreecommitdiff
path: root/data
Commit message (Collapse)AuthorAgeFilesLines
* [3/3]: refactoring Makefile.in.inautopoint-makefilexhe2017-08-301-332/+16
| | | | | | | | | | | following https://github.com/sabotage-linux/gettext-tiny/issues/12 as said in the previous commit, the gnu makefile does not work. So, here, i delete all actions like updating po files by POT, refresh files...etc. I kicked all stuff out of Makefile, except building .po files and installing .mo files. The original file installation logic is kept, either, for not to damage the eco system of autotools. Issue is completely solved after these three commits.
* [2/3]: introduce GNU makefilexhe2017-08-301-0/+489
following https://github.com/sabotage-linux/gettext-tiny/issues/12 this for supporting auto generation of po Makefile. Softwares may not write their own Makefile.in for po/* at all. Instead, they depend on autotools to generate Makefile. And the template makefile.in.in comes from autopoint. But the gnu one does not suite gettext-tiny, since xgettext and msgmerge both are stubs. So, this commit did not work, and it may cause error, DO NOT USE! A suitable version is to be added in the next commit.