Merge pull request #8 from justindossey/20220525_update_man_page

Correct filenames for README and MODULES
This commit is contained in:
Adrian Chadd
2022-05-25 10:28:43 -07:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -67,7 +67,7 @@ InstallNonExec(def_tool.info, $(AMIWM_HOME)/def_tool.info)
/* Targets for my private use. Not very portable. // Marcus */ /* 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 system.amiwmrc def_tool.info
patch : patch :

View File

@@ -38,7 +38,7 @@ SRCS = main.c screen.c client.c frame.c icc.c \
requestchoice.c executecmd.c kbdmodule.c kbdlexer.c \ requestchoice.c executecmd.c kbdmodule.c kbdlexer.c \
config_util.c launchermodule.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 \ configure configure.in Makefile.in install-sh smakefile scoptions \
*.[chly] system.amiwmrc def_*.info *.map \ *.[chly] system.amiwmrc def_*.info *.map \
Background Background_resize Background_resize_norepeat \ Background Background_resize Background_resize_norepeat \

View File

@@ -134,7 +134,7 @@ shared amongst different architectures.
Start a module with the specified name. If initstring is specified, it Start a module with the specified name. If initstring is specified, it
is sent to the module. There are currently two modules shipped with is sent to the module. There are currently two modules shipped with
amiwm; Background and Keyboard. These are documented in the file 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. Background module, the screen that was created last is used.
.SH InterScreenGap number .SH InterScreenGap number