This commit is contained in:
~alzwded 2022-11-07 14:01:13 +02:00
parent ec874de90a
commit 2df95ffaa0
3 changed files with 5 additions and 5 deletions

View File

@ -6,7 +6,7 @@ install:
@echo Installing the executable to $(BINDIR) @echo Installing the executable to $(BINDIR)
@install -D -m 755 bb.sh $(BINDIR)/bb @install -D -m 755 bb.sh $(BINDIR)/bb
@echo Installing the '$(MANFLAVOR)' man page to $(MANDIR)/man1 @echo Installing the '$(MANFLAVOR)' man page to $(MANDIR)/man1
@install -D -m 644 bb.1.$(MANFLAVOR) $(MANDIR)/man1/ @install -D -m 644 bb.1.$(MANFLAVOR) $(MANDIR)/man1/bb.1
uninstall: uninstall:
@echo Removing the executable from $(BINDIR) @echo Removing the executable from $(BINDIR)

View File

@ -381,7 +381,7 @@ Perform the post title -> filename conversion. Experts only. You may need to tun
.TP 24n .TP 24n
preview_url preview_url
URL where you can view the post while it's being edited. By default, it is URL where you can view the post while it's being edited. By default, it is
\(oqglobal_url\(cq \(oqglobal_url\(cq\&.
You can change it to the path on your computer, if you write posts locally, before copying them to the server. You can change it to the path on your computer, if you write posts locally, before copying them to the server.
.SH "EXAMPLES" .SH "EXAMPLES"
Post a markdown file: Post a markdown file:
@ -389,7 +389,7 @@ Post a markdown file:
bb post ~/my_new_post.md bb post ~/my_new_post.md
.RE .RE
then hit then hit
\(lap\(ra \(lap\(ra\&.
.PP .PP
Continue editing a draft: Continue editing a draft:
.RS 6n .RS 6n

View File

@ -366,7 +366,7 @@ Perform the post title -> filename conversion. Experts only. You may need to tun
URL where you can view the post while it's being edited. By default, it is URL where you can view the post while it's being edited. By default, it is
.Sm off .Sm off
.Ql global_url .Ql global_url
. \&.
.Sm on .Sm on
You can change it to the path on your computer, if you write posts locally, before copying them to the server. You can change it to the path on your computer, if you write posts locally, before copying them to the server.
.El .El
@ -376,7 +376,7 @@ Post a markdown file:
then hit then hit
.Sm off .Sm off
.Aq p .Aq p
. \&.
.Sm on .Sm on
.Pp .Pp
Continue editing a draft: Continue editing a draft: