mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Collect all translatable strings in scm files in intl-scm.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5384 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
23576ba39f
commit
54393d0a06
@ -1,5 +1,5 @@
|
||||
|
||||
SUBDIRS = macros debian intl doc-tools doc lib src po rpm accounts
|
||||
SUBDIRS = macros debian intl doc-tools doc lib src intl-scm po rpm accounts
|
||||
|
||||
docdir = ${GNC_DOC_INSTALL_DIR}
|
||||
|
||||
|
@ -694,6 +694,7 @@ AC_OUTPUT(
|
||||
doc/sgml/pt_PT/Makefile
|
||||
doc-tools/Makefile
|
||||
intl/Makefile
|
||||
intl-scm/Makefile
|
||||
lib/Makefile
|
||||
lib/guile-www/Makefile
|
||||
lib/srfi/Makefile
|
||||
|
3
intl-scm/.cvsignore
Normal file
3
intl-scm/.cvsignore
Normal file
@ -0,0 +1,3 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
guile-strings.c
|
13
intl-scm/Makefile.am
Normal file
13
intl-scm/Makefile.am
Normal file
@ -0,0 +1,13 @@
|
||||
EXTRA_DIST = \
|
||||
.cvsignore \
|
||||
guile-strings.c \
|
||||
xgettext.scm
|
||||
|
||||
guile-strings.c:
|
||||
rm -f guile-strings.c
|
||||
guile -s ./xgettext.scm `find ../src -name '*.scm'`
|
||||
CLEANFILES += guile-strings.c
|
||||
|
||||
all-local:
|
||||
rm -f guile-strings.c
|
||||
|
@ -50,3 +50,5 @@ foreach my $file (@possible_files) {
|
||||
|
||||
print $path . $name . "\n";
|
||||
}
|
||||
|
||||
print "intl-scm/guile-strings.c\n";
|
||||
|
@ -213,6 +213,7 @@ src/gnome/file-history.c
|
||||
src/gnome/window-help.c
|
||||
src/gnome/gnc-network.c
|
||||
src/gnome/gnc-splash.c
|
||||
src/gnome/gnucash.keys.in
|
||||
src/gnome/mainwindow-account-tree.c
|
||||
src/gnome/reconcile-list.c
|
||||
src/gnome/top-level.c
|
||||
@ -222,6 +223,7 @@ src/gnome/window-main.c
|
||||
src/gnome/window-reconcile.c
|
||||
src/gnome/window-register.c
|
||||
src/gnome/window-report.c
|
||||
src/gnome/gnucash.desktop.in
|
||||
src/gnome/argv-list-converters.c
|
||||
src/gnome/file-utils.c
|
||||
src/gnome/dialog-sx-from-trans.c
|
||||
@ -287,3 +289,4 @@ src/report/report-system/gnc-report.c
|
||||
src/report/standard-reports/gncmod-standard-reports.c
|
||||
src/report/stylesheets/gncmod-stylesheets.c
|
||||
src/report/utility-reports/gncmod-utility-reports.c
|
||||
intl-scm/guile-strings.c
|
||||
|
@ -1,7 +1,6 @@
|
||||
Makefile
|
||||
guile-strings.c
|
||||
Makefile.in
|
||||
.deps
|
||||
.libs
|
||||
Makefile.in
|
||||
*.lo
|
||||
*.la
|
||||
|
@ -56,10 +56,3 @@ EXTRA_DIST = \
|
||||
${gncscm_DATA} \
|
||||
${glade_DATA} \
|
||||
file-format.txt
|
||||
|
||||
guile-strings.c: ${gncscm_DATA}
|
||||
rm -f guile-strings.c
|
||||
guile -s ../../scm/xgettext.scm ${gncscm_DATA}
|
||||
CLEANFILES += guile-strings.c
|
||||
|
||||
all-local: guile-strings.c
|
||||
|
@ -2,4 +2,3 @@ Makefile
|
||||
Makefile.in
|
||||
.scm-links
|
||||
bootstrap.scm
|
||||
guile-strings.c
|
||||
|
@ -26,7 +26,6 @@ gnc_regular_scm_files = \
|
||||
substring-search.scm \
|
||||
tip-list.scm \
|
||||
tip-of-the-day.scm \
|
||||
xgettext.scm \
|
||||
xml-generator.scm
|
||||
|
||||
gncscm_DATA = ${gnc_autogen_scm_files} ${gnc_regular_scm_files}
|
||||
@ -48,13 +47,6 @@ EXTRA_DIST = \
|
||||
startup-design.txt \
|
||||
${SCM_FILES}
|
||||
|
||||
guile-strings.c: ${SCM_FILES}
|
||||
rm -f guile-strings.c
|
||||
guile -s ./xgettext.scm ${SCM_FILES}
|
||||
CLEANFILES += guile-strings.c
|
||||
|
||||
all-local: guile-strings.c
|
||||
|
||||
## We borrow guile's convention and use @-...-@ as the substitution
|
||||
## brackets here, instead of the usual @...@. This prevents autoconf
|
||||
## from substituting the values directly into the left-hand sides of
|
||||
|
@ -1,3 +1,2 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
guile-strings.c
|
||||
|
@ -8,10 +8,3 @@ gncscm_DATA = \
|
||||
EXTRA_DIST = \
|
||||
.cvsignore \
|
||||
${gncscm_DATA}
|
||||
|
||||
guile-strings.c: ${gncscm_DATA}
|
||||
rm -f guile-strings.c
|
||||
guile -s ../xgettext.scm ${gncscm_DATA}
|
||||
CLEANFILES += guile-strings.c
|
||||
|
||||
all-local: guile-strings.c
|
||||
|
@ -1,3 +1,2 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
guile-strings.c
|
||||
|
@ -8,10 +8,3 @@ gncscm_DATA = \
|
||||
EXTRA_DIST = \
|
||||
.cvsignore \
|
||||
${gncscm_DATA}
|
||||
|
||||
guile-strings.c: ${gncscm_DATA}
|
||||
rm -f guile-strings.c
|
||||
guile -s ../xgettext.scm ${gncscm_DATA}
|
||||
CLEANFILES += guile-strings.c
|
||||
|
||||
all-local: guile-strings.c
|
||||
|
Loading…
Reference in New Issue
Block a user