summaryrefslogtreecommitdiff
path: root/dist.ini
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-02-03 14:16:34 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-02-03 14:16:34 -0700
commit5ce98037742fb81a8db0fede1f3c5a458cc5e9de (patch)
tree3fa49e072a9e7a215045a48852552bd2092e34bd /dist.ini
parent6d555873bac4ce040570b390f57ae2b138293285 (diff)
downloadp5-Git-Annex-5ce98037742fb81a8db0fede1f3c5a458cc5e9de.tar.gz
best to avoid capitals in the file which is not actually the README
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'dist.ini')
-rw-r--r--dist.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/dist.ini b/dist.ini
index c848b7a..ab16958 100644
--- a/dist.ini
+++ b/dist.ini
@@ -17,11 +17,11 @@ release_status = unstable
prune_directory = debian
exclude_filename = README.dist
-; The installation instructions in README.dist are valid only for the
+; The installation instructions in dist.readme are valid only for the
; dist, not for the git repository, so avoid having them under the
; name 'README' in the root of the git repository
[Run::BeforeBuild]
-eval = use File::Copy qw(copy); copy "README.dist", "README"
+eval = use File::Copy qw(copy); copy "distreadme", "README"
[Run::BeforeArchive]
eval = unlink "README"