diff options
Diffstat (limited to 'EndoForge')
-rw-r--r-- | EndoForge/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/EndoForge/Makefile b/EndoForge/Makefile index 938c849..70c6362 100644 --- a/EndoForge/Makefile +++ b/EndoForge/Makefile | |||
@@ -69,6 +69,7 @@ install-root: install-user-config | |||
69 | $(ROOT_INSTALL) -m0644 -t "$(SSHD_CONFIG_DIR)" $(SRC)/anonymous-access.conf || true | 69 | $(ROOT_INSTALL) -m0644 -t "$(SSHD_CONFIG_DIR)" $(SRC)/anonymous-access.conf || true |
70 | $(ROOT_INSTALL) -t "$(SSH_LIB_DIR)" $(SRC)/AuthorizedKeysCommand || true | 70 | $(ROOT_INSTALL) -t "$(SSH_LIB_DIR)" $(SRC)/AuthorizedKeysCommand || true |
71 | [ -e /etc/ssh/AuthorizedKeysCommand ] || $(SUDO) ln -s -t /etc/ssh "$(SSH_LIB_DIR)"/AuthorizedKeysCommand | 71 | [ -e /etc/ssh/AuthorizedKeysCommand ] || $(SUDO) ln -s -t /etc/ssh "$(SSH_LIB_DIR)"/AuthorizedKeysCommand |
72 | $(SUDO) systemctl reload sshd | ||
72 | 73 | ||
73 | README.html: README.md | 74 | README.html: README.md |
74 | pandoc --metadata 'EndoForge - A self-forge in any git repository' -s --css "$(SRC)"/style.css -t html $< -o $@ | 75 | pandoc --metadata 'EndoForge - A self-forge in any git repository' -s --css "$(SRC)"/style.css -t html $< -o $@ |