gnucash-docs maint: Fix build-script error in Italian help.

John Ralls jralls at code.gnucash.org
Tue Dec 6 12:11:16 EST 2016


Updated	 via  https://github.com/Gnucash/gnucash-docs/commit/8560fa16 (commit)
	from  https://github.com/Gnucash/gnucash-docs/commit/fd51c5e9 (commit)



commit 8560fa16d1aca4cc6fd5abd8a1803895eff51709
Author: John Ralls <jralls at ceridwen.us>
Date:   Tue Dec 6 09:11:00 2016 -0800

    Fix build-script error in Italian help.

diff --git a/help/it/Makefile.am b/help/it/Makefile.am
index db29190..1819441 100644
--- a/help/it/Makefile.am
+++ b/help/it/Makefile.am
@@ -33,6 +33,6 @@ COMPONENTS = \
 
 gnucash-help.xml: ${COMPONENTS} ${srcdir}/it.po
 	xml2po -e -p ${srcdir}/it.po -o $@ ${top_srcdir}/help/C/gnucash-help.xml
-	if test "${srcdir}" != "${builddir}"; then mv $@ ${srcdir} fi
+	if test "${srcdir}" != "${builddir}"; then mv $@ ${srcdir}; fi
 
 EXTRA_DIST += it.po



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



More information about the gnucash-changes mailing list