From: Yann E. MORIN" Date: Wed, 2 May 2012 21:17:35 +0000 (+0200) Subject: scripts: bundle the version file and version script X-Git-Tag: v3.4.0-0~4 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b52cbc9cf3baffc0e2b0b15faba86b0e18e0de6b;p=kconfig-frontends scripts: bundle the version file and version script Signed-off-by: "Yann E. MORIN" --- diff --git a/Makefile.am b/Makefile.am index 0a5d216..2dfdf75 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,4 +3,4 @@ if COND_utils MAYBE_utils = utils endif SUBDIRS = docs libs frontends scripts $(MAYBE_utils) -EXTRA_DIST = bootstrap +EXTRA_DIST = bootstrap .version diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 7e6eda2..6c34d2f 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -1 +1 @@ -EXTRA_DIST = ksync.sh kernel2kfrontends.list +EXTRA_DIST = ksync.sh kernel2kfrontends.list version.sh