From 57afed226caf504ed4219a57d51981b1fdb3beff Mon Sep 17 00:00:00 2001 From: Chris Shoemaker Date: Wed, 4 Jan 2006 17:25:26 +0000 Subject: [PATCH] Add a stub po/POTFILES.in git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12257 57a11ea4-9604-0410-9ed3-97b8803252fd --- po/POTFILES.in | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 po/POTFILES.in diff --git a/po/POTFILES.in b/po/POTFILES.in new file mode 100644 index 0000000000..c72a34a4c5 --- /dev/null +++ b/po/POTFILES.in @@ -0,0 +1,9 @@ +# POTFILES.in: This file is overwritten my the `make pot` target or by +# the make-gnucash-potfiles script. +# +# The reason why we version-control this generated file is because the +# Makefile in this directory is not under our control (but instead +# gettext's) and it doesn't contain any rules for creating this +# file. The gettext setup assumes by convention that this file exists +# and doesn't need to be generated, so as long as we use the gettext +# build system in the po directory, we need to follow that convention.