commit 188c973d470085a9828f126360258e50abfe72c9 parent 06a974f2da17e413c051964b03a9e4862d05d6d1 Author: Zane Schaffer <znschaffer@gmail.com> Date: Mon, 20 Nov 2023 12:44:32 -0800 delete unneeded stuff Diffstat:
| D | .gitignore | | | 1 | - |
| D | .vscode/settings.json | | | 2 | -- |
| D | Makefile | | | 7 | ------- |
3 files changed, 0 insertions(+), 10 deletions(-)
diff --git a/.gitignore b/.gitignore @@ -1 +0,0 @@ -out/* diff --git a/.vscode/settings.json b/.vscode/settings.json @@ -1 +0,0 @@ -{} -\ No newline at end of file diff --git a/Makefile b/Makefile @@ -1,7 +0,0 @@ -THEME := adoc-riak.css -OPTIONS := -a nofooter -a imagesdir="./img" -a stylesheet="$(THEME)" -SRC := $(wildcard src/*.adoc) - -all: - asciidoctor $(OPTIONS) -D out/ $(SRC) - cp -r src/img out/