aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2020-10-02 19:46:46 +0200
committerOmar Polo <op@omarpolo.com>2020-10-02 19:46:46 +0200
commit4984f974cdbbcc07a21071326a9ace29115f657e (patch)
treecb7b90fb20b753449a4442a68f76d2f35860f4a3
parent6980aad6d79d45097066eed392cd0ede9297593d (diff)
fixed quoting in Makefile
-rw-r--r--Makefile2
-rw-r--r--README.md1
2 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9f005bf..7c28f64 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ TAGS: gmid.c
-etags gmid.c
README.md: gmid.1
- mandoc -Tmarkdown gmid.1 | sed -e '1d' -e '$d' > README.md
+ mandoc -Tmarkdown gmid.1 | sed -e '1d' -e '$$d' > README.md
clean:
rm -f gmid.o gmid
diff --git a/README.md b/README.md
index f178680..45276fb 100644
--- a/README.md
+++ b/README.md
@@ -88,4 +88,3 @@ now you can visit gemini://localhost/ with your preferred gemini client.
* it doesn't fork in the background or anything like that.
-OpenBSD 6.8 - October 2, 2020