summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@cryptonomic.net>2021-10-24 17:07:52 -0400
committerAndrew Cady <d@cryptonomic.net>2021-10-24 17:07:52 -0400
commitdc851051f5cc2b7f42214ec0ae890d68a6209a7b (patch)
tree978fe6a4559baec49ee6da0ed21dec425f74295a
parent7ef777c67cd54ee9adb77da03a6ef1bd62c69e25 (diff)
move style.css
-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