From da1219cef9abb1b39f318484beea37bb728aa16f Mon Sep 17 00:00:00 2001 From: Nils Kneuper Date: Sun, 13 Apr 2008 14:50:18 +0000 Subject: [PATCH] no, src/revision.hpp is a *bad* idea to have in the tarball... the problem: to create the tarball, the first step is svn export, the next autogen.sh, and the last (where the files src/revision.hpp is not existing but would be needed since it is in EXTRA_DIST) is make dist-bzip2 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index d31bbaa9119..37211b86d08 100644 --- a/Makefile.am +++ b/Makefile.am @@ -182,7 +182,7 @@ data-dist: ACLOCAL_AMFLAGS = -I m4 -EXTRA_DIST = config/config.rpath config/mkinstalldirs config/py-compile src/revision.hpp +EXTRA_DIST = config/config.rpath config/mkinstalldirs config/py-compile if PYTHON_INSTALL pkgpython_PYTHON = data/tools/wesnoth/wmltools.py \