diff options
| author | Stefan Kangas <stefan@marxist.se> | 2022-01-06 11:11:23 +0100 |
|---|---|---|
| committer | Stefan Kangas <stefan@marxist.se> | 2022-01-06 11:18:16 +0100 |
| commit | 72333132a0680c840654241b108036d6a61ff92e (patch) | |
| tree | 526eaebcb29e5122ddbcb90724e5246efd56ff01 /README | |
| parent | a390566f71a52e9d5d71eae56e3c2e92d2c4a2f9 (diff) | |
Support ignore value for :readme
* elpa-admin.el (elpaa--get-README): Support ignore value for
:readme.
(elpaa--get-section): Check that given file is a
regular file before reading it as one.
* README: Document above change.
Diffstat (limited to 'README')
| -rw-r--r-- | README | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,5 +1,5 @@ #+TITLE: ELPA-Admin README -#+DATE: 2020-11-28 +#+DATE: 2022-01-06 Copyright (C) 2010-2022 Free Software Foundation, Inc. \\ See the end of the file for license conditions. @@ -132,7 +132,8 @@ having to specify it here. ** =:readme FILE= Name of the file to use as the description of the package. By default we try to use README, README.rst, README.org, or the Commentary section -in the main file. +in the main file. If ~ignore~, ignore any matching file and use the Commentary +section. ** =:news FILE= Name of the file that contains the list of changes in recent versions |
