Why Nostr? What is Njump?
2024-07-03 00:53:55

npub1wq…n585v on Nostr: commit 823983503b90fd051b9eff64fa94b9da3748416e Author: @RandyMcMillan ...

commit 823983503b90fd051b9eff64fa94b9da3748416e
Author: @RandyMcMillan <[email protected]>
Date: Tue Jan 16 18:51:55 2024 -0500

make:doc:install man pages

diff --git a/gnostr.mk b/gnostr.mk
index 11a7f7667..ef1ced6d2 100644
--- a/gnostr.mk
+++ b/gnostr.mk
@@ -110,6 +110,7 @@ doc:doc-gnostr-act doc-gnostr-cat doc-gnostr-git gnostr-install##
(\
for b in $(DOCS);\
do help2man $$b > doc/$$b.1;\
+ install -m 0644 -v doc/$$b.1 $(PREFIX)/share/man/man1/$$b.1;\
echo $$b;\
done;\
exit;\
@@ -463,7 +464,7 @@ gnostr:deps/secp256k1/.libs/libsecp256k1.a libsecp256k1.a $(HEADERS) $(GNOSTR_OB

.ONESHELL:
##install all
-## install docs/gnostr.1 gnostr gnostr-query
+## install doc/gnostr.1 gnostr gnostr-query
gnostr-install:
mkdir -p $(PREFIX)/bin
mkdir -p $(PREFIX)/include
Author Public Key
npub1wq6hk20wcmqjc99p6z244gqxkygmryatdeyfy8td0p49n4g9tscstn585v