From 3f8c4120d1c14b5490ac06fc163a5ccd8bee93ab Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Fri, 13 Aug 2010 20:07:51 +0100 Subject: [PATCH] Build: dist fix. --- scripts/auxiliar/GNUmakefile | 1 + .../auxiliar/{update-patch-version => update-patch-version.sh} | 0 2 files changed, 1 insertion(+) rename scripts/auxiliar/{update-patch-version => update-patch-version.sh} (100%) diff --git a/scripts/auxiliar/GNUmakefile b/scripts/auxiliar/GNUmakefile index 4ac41794ba..910e6b1ab5 100644 --- a/scripts/auxiliar/GNUmakefile +++ b/scripts/auxiliar/GNUmakefile @@ -3,6 +3,7 @@ depth=../.. EXTRA_DIST_FILES = $(call src-wildcard,*.sh) $(call src-wildcard,*.py) EXTRA_DIST_FILES += pfx2ttf.fontforge EXTRA_DIST_FILES += lily-git.tcl +EXTRA_DIST_FILES += update-patch-version.sh include $(depth)/make/stepmake.make diff --git a/scripts/auxiliar/update-patch-version b/scripts/auxiliar/update-patch-version.sh similarity index 100% rename from scripts/auxiliar/update-patch-version rename to scripts/auxiliar/update-patch-version.sh -- 2.39.5