From 4e15aaa8997d4977cff1578aa2a7293bdb2e10bc Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Mon, 25 Oct 2021 04:05:19 -0400 Subject: remove html title pandoc complains, but the pandoc title metadata option inserts text into HTML that should not be there. --- EndoForge/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EndoForge/Makefile b/EndoForge/Makefile index 70c6362..de5d480 100644 --- a/EndoForge/Makefile +++ b/EndoForge/Makefile @@ -72,7 +72,7 @@ install-root: install-user-config $(SUDO) systemctl reload sshd README.html: README.md - pandoc --metadata 'EndoForge - A self-forge in any git repository' -s --css "$(SRC)"/style.css -t html $< -o $@ + pandoc -s --css "$(SRC)"/style.css -t html $< -o $@ test: make -C test -- cgit v1.2.3