From e6f7a1bc17e8c19a77701925b1b72bcc8b2dc646 Mon Sep 17 00:00:00 2001 From: Justin Dossey Date: Wed, 25 May 2022 10:06:37 -0700 Subject: [PATCH] Correct filenames for README and MODULES The README file in this repo is called README.md and the old README.modules is now named MODULES.md. Changed references to those files (including in the man page) to reflect what is in the repo today. --- Imakefile | 2 +- Makefile.in | 2 +- amiwm.1 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Imakefile b/Imakefile index 3b99c2f..9f23a4a 100644 --- a/Imakefile +++ b/Imakefile @@ -67,7 +67,7 @@ InstallNonExec(def_tool.info, $(AMIWM_HOME)/def_tool.info) /* Targets for my private use. Not very portable. // Marcus */ -DISTFILES = README INSTALL Imakefile smakefile scoptions *.[chly] \ +DISTFILES = README.md INSTALL Imakefile smakefile scoptions *.[chly] \ system.amiwmrc def_tool.info patch : diff --git a/Makefile.in b/Makefile.in index 5e323c6..5099ad7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -38,7 +38,7 @@ SRCS = main.c screen.c client.c frame.c icc.c \ requestchoice.c executecmd.c kbdmodule.c kbdlexer.c \ config_util.c launchermodule.c -DISTFILES = README README.modules INSTALL LICENSE amiwm.1 \ +DISTFILES = README.md MODULES.md INSTALL LICENSE amiwm.1 \ configure configure.in Makefile.in install-sh smakefile scoptions \ *.[chly] system.amiwmrc def_*.info *.map \ Background Background_resize Background_resize_norepeat \ diff --git a/amiwm.1 b/amiwm.1 index 6e90cf2..cbed6a1 100644 --- a/amiwm.1 +++ b/amiwm.1 @@ -134,7 +134,7 @@ shared amongst different architectures. Start a module with the specified name. If initstring is specified, it is sent to the module. There are currently two modules shipped with amiwm; Background and Keyboard. These are documented in the file -README.modules. If a module is limited to a single screen, like the +MODULES.md. If a module is limited to a single screen, like the Background module, the screen that was created last is used. .SH InterScreenGap number