Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/updater.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCôme Chilliet <come.chilliet@nextcloud.com>2022-08-30 13:29:47 +0300
committerCôme Chilliet <come.chilliet@nextcloud.com>2022-08-30 13:30:28 +0300
commit78a2da08de8b87e09c95e6381cc5e130a95ac922 (patch)
tree8473549d83bd0cd6719a86d97269b3e3bbef2b80
parent102710ce23145517401434266cccbb342eb5f106 (diff)
List files on which index.php depends in the Makefile
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ac59a6a..6ac8f94 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ updater.phar: box updater.php lib/*.php buildVersionFile.php
clean:
rm updater.phar index.php
-index.php:
+index.php: lib/UpdateException.php lib/LogException.php lib/RecursiveDirectoryIteratorWithoutData.php lib/Updater.php index.web.php
# First put openining php tag and license
awk '/^<\?php$$/,/\*\//' index.web.php > index.php
# Then concat all files while filtering php tag and license