repo/autopoint-gettextize/Makefile

7 lines
129 B
Makefile
Raw Normal View History

2021-06-29 03:22:56 +03:00
prepare:
2021-06-29 18:28:43 +03:00
wget https://ftp.gnu.org/gnu/gettext/gettext-0.21.tar.xz $(pwd)
2021-06-29 03:22:56 +03:00
tar -xJ "gettext-0.21.tar.xz"
cd gettext-0.21
make: