Skip to content

Commit 0d58316

Browse files
committed
Freeze guide/it/gnucash-guide.xml.
The changes in ch_invest are too extensive and it no longer updates correctly.
1 parent 51af85d commit 0d58316

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

guide/it/Makefile.am

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ COMPONENTS = \
4040
${top_srcdir}/guide/C/appendixc.xml \
4141
${top_srcdir}/guide/C/appendixd.xml
4242

43-
gnucash-guide.xml: ${COMPONENTS} ${srcdir}/it.po
44-
xml2po -e -p ${srcdir}/it.po -o $@ ${top_srcdir}/guide/C/gnucash-guide.xml
45-
if test "${srcdir}" != "${builddir}"; then mv $@ ${srcdir}; fi
43+
#gnucash-guide.xml: ${COMPONENTS} ${srcdir}/it.po
44+
# xml2po -e -p ${srcdir}/it.po -o $@ ${top_srcdir}/guide/C/gnucash-guide.xml
45+
# if test "${srcdir}" != "${builddir}"; then mv $@ ${srcdir}; fi
4646

4747
EXTRA_DIST += it.po

guide/it/gnucash-guide.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@
3232
<!--
3333
Some global declarations which are used in the files. For easier
3434
maintenance they should be collected here.
35+
36+
NOTE: The underlying it.po file needs to be brought up to date so
37+
that xml2po can make a new gnucash-guide.xml. Until that time this
38+
file is frozen; do not update revisions or copyrights.
3539
--><!ENTITY manrevision "2.6.14">
3640
<!ENTITY date "17 September 2016">
3741
<!ENTITY vers-unstable "master">

0 commit comments

Comments
 (0)