File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -40,8 +40,8 @@ COMPONENTS = \
40
40
${top_srcdir}/guide/C/appendixc.xml \
41
41
${top_srcdir}/guide/C/appendixd.xml
42
42
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
46
46
47
47
EXTRA_DIST += it.po
Original file line number Diff line number Diff line change 32
32
<!--
33
33
Some global declarations which are used in the files. For easier
34
34
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.
35
39
--><!ENTITY manrevision "2.6.14">
36
40
<!ENTITY date "17 September 2016">
37
41
<!ENTITY vers-unstable "master">
You can’t perform that action at this time.
0 commit comments