update gettext configuration to not include any generated files in git
authorArun Persaud <arun@nubati.net>
Sat, 20 Sep 2014 17:06:17 +0000 (10:06 -0700)
committerArun Persaud <arun@nubati.net>
Tue, 30 Sep 2014 03:48:58 +0000 (20:48 -0700)
commit65af6e8e751bc3c290f21193664ae41b38709ee7
tree240246262e7c36ccdd6fde655c21629e42fc9cef
parent0ab0f706f923b40c125d6d651bfdc673cbfcbbe0
update gettext configuration to not include any generated files in git

before we had a somewhat mixed setup, which seems to create problems
when a different gettext version was installed on the users machine compared
to the version used to generate the files in git. This should solve
the problem. The user will now have to generate these files using autopoint,
which we call from autogen.sh.
21 files changed:
.gitignore
ABOUT-NLS [deleted file]
autogen.sh
config.rpath [deleted file]
m4/gettext.m4 [deleted file]
m4/iconv.m4 [deleted file]
m4/lib-ld.m4 [deleted file]
m4/lib-link.m4 [deleted file]
m4/lib-prefix.m4 [deleted file]
m4/nls.m4 [deleted file]
m4/po.m4 [deleted file]
m4/progtest.m4 [deleted file]
po/Makefile.in.in [deleted file]
po/Makevars.template [deleted file]
po/Rules-quot [deleted file]
po/boldquot.sed [deleted file]
po/en@boldquot.header [deleted file]
po/en@quot.header [deleted file]
po/insert-header.sin [deleted file]
po/quot.sed [deleted file]
po/remove-potcdate.sin [deleted file]