gnucash/packaging/Makefile.am

21 lines
551 B
Makefile
Raw Normal View History

SUBDIRS = win32
EXTRA_DIST = \
gnucash-2.1.x.ebuild \
gnucash.spec.in \
gnucash.spec
all-local: gnucash.spec
## 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
## the sed substitutions. *sigh*
gnucash.spec: gnucash.spec.in Makefile ${top_builddir}/config.status
rm -f $@.tmp
sed < $< > $@.tmp \
-e 's:@-VERSION-@:${VERSION}:'
mv $@.tmp $@
DISTCLEANFILES = gnucash.spec