Files
gnucash/packaging/Makefile.am
T

21 lines
551 B
Makefile
Raw Normal View History

2007-04-16 18:11:07 +00:00
SUBDIRS = win32
2000-06-02 09:00:31 +00:00
2000-06-05 05:51:39 +00:00
EXTRA_DIST = \
gnucash-2.1.x.ebuild \
gnucash.spec.in \
gnucash.spec
2000-06-05 05:51:39 +00:00
2000-06-02 09:00:31 +00:00
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
2000-06-02 09:00:31 +00:00
rm -f $@.tmp
2002-02-28 08:31:32 +00:00
sed < $< > $@.tmp \
2000-06-02 09:00:31 +00:00
-e 's:@-VERSION-@:${VERSION}:'
mv $@.tmp $@
DISTCLEANFILES = gnucash.spec