summaryrefslogtreecommitdiff
path: root/data
Commit message (Collapse)AuthorAgeFilesLines
* data/Makefile.in: add missing maintainer targetsxhe2019-06-291-11/+42
| | | | | | | | follow https://github.com/sabotage-linux/gettext-tiny/issues/44. Similiar to #43. I do think update-mo is good, though most targets @ismaell requested are just stubs. Since gettext-tiny is not for maintainer.
* autopoint: support dist target to release tarballsxhe2019-06-281-2/+37
| | | | | | | | follow https://github.com/sabotage-linux/gettext-tiny/issues/43. closed https://github.com/sabotage-linux/gettext-tiny/issues/43. though it's not our goal to support releasing, it's not so much code.
* Added Makevars.templateRessLinux BuildPC2018-03-111-0/+82
|
* [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.