From d528a97fc33191ebdd24b5b03a4619b4f686e59a Mon Sep 17 00:00:00 2001 From: Robert Alessi Date: Sun, 29 May 2022 18:01:54 +0200 Subject: renamed AUTHORS -> AUTHORS.md --- AUTHORS | 8 -------- AUTHORS.md | 8 ++++++++ Makefile | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 AUTHORS create mode 100644 AUTHORS.md diff --git a/AUTHORS b/AUTHORS deleted file mode 100644 index e2f8dae..0000000 --- a/AUTHORS +++ /dev/null @@ -1,8 +0,0 @@ -Author of the `ekdosis` package -=============================== - -Robert Alessi -: Personal email: -: Institutional email: -: Affiliation: [UMR 8167 Orient & Méditerranée (Paris, France)](https://www.orient-mediterranee.com) -: More information: or diff --git a/AUTHORS.md b/AUTHORS.md new file mode 100644 index 0000000..e2f8dae --- /dev/null +++ b/AUTHORS.md @@ -0,0 +1,8 @@ +Author of the `ekdosis` package +=============================== + +Robert Alessi +: Personal email: +: Institutional email: +: Affiliation: [UMR 8167 Orient & Méditerranée (Paris, France)](https://www.orient-mediterranee.com) +: More information: or diff --git a/Makefile b/Makefile index 6f04b6e..fb00c9c 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ HOMEDIR := $$HOME SAMPLES := samples exts := md html ins dtx el -files := AUTHORS COPYING +files := AUTHORS.md COPYING findopts := $(foreach ext,$(exts),-or -iname "*.$(ext)") findfiles := $(foreach file,$(files), -or -iname "$(file)") -- cgit v1.2.3