mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-07-30 08:08:15 -05:00
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6337 57a11ea4-9604-0410-9ed3-97b8803252fd
12 lines
269 B
Makefile
12 lines
269 B
Makefile
EXTRA_DIST = \
|
|
.cvsignore \
|
|
guile-strings.c \
|
|
xgettext.scm
|
|
|
|
guile-strings.c: $(find ${top_srcdir}/src -name '*.scm')
|
|
rm -f guile-strings.c
|
|
guile -s ./xgettext.scm `find "${top_srcdir}"/src -name '*.scm'`
|
|
CLEANFILES = guile-strings.c
|
|
|
|
all-local: guile-strings.c
|