summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@cryptonomic.net>2021-10-25 04:05:19 -0400
committerAndrew Cady <d@cryptonomic.net>2021-10-25 04:05:19 -0400
commit4e15aaa8997d4977cff1578aa2a7293bdb2e10bc (patch)
tree6ecab037f6c516d8364232e9f2453482b9536801
parenta5c3e1a1ee792d47bc64fd1ca5f42068e0a7f6d5 (diff)
remove html title
pandoc complains, but the pandoc title metadata option inserts text into HTML that should not be there.
-rw-r--r--EndoForge/Makefile2
1 files changed, 1 insertions, 1 deletions
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
72 $(SUDO) systemctl reload sshd 72 $(SUDO) systemctl reload sshd
73 73
74README.html: README.md 74README.html: README.md
75 pandoc --metadata 'EndoForge - A self-forge in any git repository' -s --css "$(SRC)"/style.css -t html $< -o $@ 75 pandoc -s --css "$(SRC)"/style.css -t html $< -o $@
76 76
77test: 77test:
78 make -C test 78 make -C test