summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2025-06-19 19:24:41 +0400
committerSuleyman Farajli <suleyman@farajli.net>2025-06-19 19:24:41 +0400
commitf65d6a800eebfbc6018afbef29f214776a026b2e (patch)
treec778e6b4ab6419d73daee74302a276416b966b6c /Makefile
parentb4ca1f1c729e9d5c78697a91f97f233e5d089f0e (diff)
style(Makefile): add FIXME comment about missing man page installation
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index df8dd78..32dd650 100644
--- a/Makefile
+++ b/Makefile
@@ -33,6 +33,7 @@ dist: clean
tar -czf st_farajli-$(VERSION).tar.gz st_farajli-$(VERSION)
rm -rf st_farajli-$(VERSION)
+# FIXME: Doesn't install man pages
install: st
mkdir -p $(DESTDIR)$(PREFIX)/bin
cp -f st $(DESTDIR)$(PREFIX)/bin