gnucash-docs trunk: it's builddir, not buildir

git repository hosting warlord at code.gnucash.org
Mon Jan 23 10:08:47 EST 2017


Updated	 via  https://github.com/Gnucash/gnucash-docs/commit/f31dd150 (commit)
	from  https://github.com/Gnucash/gnucash-docs/commit/4e33c3f8 (commit)



commit f31dd1502afc837269728ad8756c5740bed01223
Author: Derek Atkins <derek at ihtfp.com>
Date:   Mon Jan 23 10:08:41 2017 -0500

    it's builddir, not buildir

diff --git a/guide/it/Makefile.am b/guide/it/Makefile.am
index 647abef..4ca2c97 100644
--- a/guide/it/Makefile.am
+++ b/guide/it/Makefile.am
@@ -46,6 +46,6 @@ COMPONENTS = \
 
 gnucash-guide.xml: ${COMPONENTS} ${srcdir}/it.po
 	xml2po -e -p ${srcdir}/it.po -o $@ ${top_srcdir}/guide/C/gnucash-guide.xml
-	if test "${srcdir}" != "${buildir}"; then mv $@ ${srcdir}; fi
+	if test "${srcdir}" != "${builddir}"; then mv $@ ${srcdir}; fi
 
 EXTRA_DIST += it.po



Summary of changes:
 guide/it/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list