Improve svn revision handling and make srctar "work". (The tarball is created, but it doesn't build...)

git-svn-id: svn://localhost/ardour2/branches/3.0@4298 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Sakari Bergen 2008-12-08 09:03:36 +00:00
parent 72f55cd8b6
commit 6974dbdcd2
4 changed files with 18 additions and 12 deletions

View file

@ -24,8 +24,8 @@ env.Alias('tarball', env.Distribute (env['DISTTREE'],
'cairomm/cairomm.h',
'configure',
'Makefile.in',
'cairomm/cairomm-1.0.pc.in',
'cairomm/Makefile.in'
'cairomm-1.0.pc.in',
'Makefile.in'
] +
cairomm_files +
glob.glob('cairomm/*.h')