Skip to content

Commit 5f065a3

Browse files
committed
m-dash, open
1 parent 13310e2 commit 5f065a3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ src/SUMMARY.md: generate-book.py README.md text/*.md
22
@./generate-book.py
33

44
run: src/SUMMARY.md
5+
@mdbook serve
6+
7+
open: src/SUMMARY.md
58
@mdbook serve --open
69

710
clean: src book

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# PGXN RFCs - [PGXN Book](https://rfcs.pgxn.org/)
1+
# PGXN RFCs --- [PGXN Book](https://rfcs.pgxn.org/)
22

33
[PGXN RFCs]: #pgxn-rfcs
44

0 commit comments

Comments
 (0)