aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2021-01-11 12:51:25 +0000
committerOmar Polo <op@omarpolo.com>2021-01-11 12:51:25 +0000
commitb9220ca4de556f24be9cdc0d478109b75cd476ae (patch)
treec207715ed4500fd9c2b19de2ed69cd8524e0d470 /Makefile
parent85dff1f9c3b18256f0f2cceb802c3c7f2961bc58 (diff)
new README + wording in manpage
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 13cfae0..76f05bd 100644
--- a/Makefile
+++ b/Makefile
@@ -12,9 +12,6 @@ gmid: gmid.o uri.o utf8.o
TAGS: gmid.c uri.c utf8.c
-etags gmid.c uri.c utf8.c || true
-README.md: gmid.1
- mandoc -Tmarkdown gmid.1 | sed -e '1d' -e '$$d' > README.md
-
clean:
rm -f *.o gmid