From 97c940c1eb1a1a6be18f502c169c40e60a971983 Mon Sep 17 00:00:00 2001 From: Evert Pot Date: Tue, 9 Feb 2016 22:10:50 -0500 Subject: [PATCH] Updated Makefile with new filenames. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5799585..87f11fe 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ BUILD_DIR="build/baikal" -BUILD_FILES=Core html Specific ChangeLog.md LICENSE.txt README.md composer.json +BUILD_FILES=Core html Specific CHANGELOG.md LICENSE README.md composer.json VERSION=$(shell php -r "include 'Core/Distrib.php'; echo BAIKAL_VERSION;")