mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
fix for make dist
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6662 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
214f46c2bd
commit
173de1ca7b
@ -23,12 +23,10 @@ bin_SCRIPTS = ${gnc_common_scripts}
|
|||||||
# if you change gncoverridedir, make sure you change ./overrides/Makefile.am too.
|
# if you change gncoverridedir, make sure you change ./overrides/Makefile.am too.
|
||||||
gncoverridesdir = ${GNC_LIBEXECDIR}/overrides
|
gncoverridesdir = ${GNC_LIBEXECDIR}/overrides
|
||||||
|
|
||||||
EXTRA_DIST = .cvsignore gnucash-build-env.in generate-gnc-script
|
EXTRA_DIST = .cvsignore generate-gnc-script
|
||||||
|
|
||||||
## Gnucash scripts -- real code is in overrides, these just get you there.
|
## Gnucash scripts -- real code is in overrides, these just get you there.
|
||||||
${gnc_common_scripts}: generate-gnc-script
|
${gnc_common_scripts}: generate-gnc-script
|
||||||
./generate-gnc-script $@ "${gncoverridesdir}"
|
./generate-gnc-script $@ "${gncoverridesdir}"
|
||||||
|
|
||||||
CLEANFILES = ${gnc_common_scripts}
|
CLEANFILES = ${gnc_common_scripts}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user