diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2025-06-19 19:24:41 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2025-06-19 19:24:41 +0400 |
commit | f65d6a800eebfbc6018afbef29f214776a026b2e (patch) | |
tree | c778e6b4ab6419d73daee74302a276416b966b6c /Makefile | |
parent | b4ca1f1c729e9d5c78697a91f97f233e5d089f0e (diff) |
style(Makefile): add FIXME comment about missing man page installation
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |