diff options
author | 2007-04-19 01:03:28 +0000 | |
---|---|---|
committer | 2007-04-19 01:03:28 +0000 | |
commit | f7ffcb59df65215209175e0645354f1161e2f3ee (patch) | |
tree | c8b571d0b4c37fe3af0acd208840f81d36f69501 /Makefile.am | |
parent | src/sandbox.h: add missing header (diff) | |
download | sandbox-f7ffcb59df65215209175e0645354f1161e2f3ee.tar.gz sandbox-f7ffcb59df65215209175e0645354f1161e2f3ee.tar.bz2 sandbox-f7ffcb59df65215209175e0645354f1161e2f3ee.zip |
svn2cl: run during `make dist` rather than `./autogen.sh`
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index d6f56da..627e64d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,3 +12,7 @@ libsandbox: libsbutil src: libsbutil EXTRA_DIST = localdecls.h ChangeLog.0 + +dist-hook: + PATH="$${PATH}:./scripts" svn2cl + cp ChangeLog $(distdir) |