Sync usage with man page.
[netbsd-mini2440.git] / gnu / dist / gettext / gettext-tools / examples / hello-sh / INSTALL
blob6b7e0bda876c5b9685ac30cb6f364a505873f112
1 This example relies just on sh and gettext-runtime.
3 Installation:
4   ./autogen.sh
5   ./configure --prefix=/some/prefix
6   make
7   make install
8 Cleanup:
9   make distclean
10   ./autoclean.sh