summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--EndoForge/Makefile2
-rw-r--r--EndoForge/src/style.css (renamed from EndoForge/style.css)0
2 files changed, 1 insertions, 1 deletions
diff --git a/EndoForge/Makefile b/EndoForge/Makefile
index b6bba95..3fcbb2d 100644
--- a/EndoForge/Makefile
+++ b/EndoForge/Makefile
@@ -61,7 +61,7 @@ run: install-user
61 /usr/sbin/sshd -D -e -f ~/.ssh/sshd_config 61 /usr/sbin/sshd -D -e -f ~/.ssh/sshd_config
62 62
63README.html: README.md 63README.html: README.md
64 pandoc --metadata 'EndoForge - A self-forge in any git repository' -s --css style.css -t html $< -o $@ 64 pandoc --metadata 'EndoForge - A self-forge in any git repository' -s --css "$(SRC)"/style.css -t html $< -o $@
65 65
66test: 66test:
67 make -C test 67 make -C test
diff --git a/EndoForge/style.css b/EndoForge/src/style.css
index 6a09746..6a09746 100644
--- a/EndoForge/style.css
+++ b/EndoForge/src/style.css