commit 914e1fd11138f32bd9dbd241822bedfb68d8a381 parent f9ec1d1aa37f18e46c6d169ad3255e421cb5c00b Author: Joel Klabo <joelklabo@gmail.com> Date: Sun, 22 Jan 2023 14:32:14 -0800 Change README to `.md` for Formatting to Work Fixes: #7 Diffstat:
M | Makefile | | | 2 | +- |
R | README.txt -> README.md | | | 0 |
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -11,7 +11,7 @@ all: nostril docs docs: doc/nostril.1 -doc/nostril.1: README.txt +doc/nostril.1: README.md scdoc < $^ > $@ version: nostril.c diff --git a/README.txt b/README.md