~siretart/gnucash/ubuntu-fullsource

« back to all changes in this revision

Viewing changes to packaging/Makefile.am

  • Committer: Reinhard Tartler
  • Date: 2008-08-03 07:25:46 UTC
  • Revision ID: siretart@tauware.de-20080803072546-y6p8xda8zpfi62ys
import gnucash_2.2.4.orig.tar.gz

The original tarball had the md5sum: 27e660297dc5b8ce574515779d05a5a5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SUBDIRS = win32
 
2
 
 
3
EXTRA_DIST = \
 
4
  gnucash-2.1.x.ebuild \
 
5
  gnucash.spec.in \
 
6
  gnucash.spec
 
7
 
 
8
all-local: gnucash.spec
 
9
 
 
10
## We borrow guile's convention and use @-...-@ as the substitution
 
11
## brackets here, instead of the usual @...@.  This prevents autoconf
 
12
## from substituting the values directly into the left-hand sides of
 
13
## the sed substitutions.  *sigh*
 
14
gnucash.spec: gnucash.spec.in Makefile ${top_builddir}/config.status
 
15
        rm -f $@.tmp
 
16
        sed < $< > $@.tmp \
 
17
            -e 's:@-VERSION-@:${VERSION}:'
 
18
        mv $@.tmp $@
 
19
 
 
20
DISTCLEANFILES = gnucash.spec