aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile14
1 files changed, 4 insertions, 10 deletions
diff --git a/Makefile b/Makefile
index b11f966..0ced3c2 100644
--- a/Makefile
+++ b/Makefile
@@ -1,15 +1,12 @@
all:
make webrings
- make quotes
make references
- make migration
make site
make admin
make migration
generators:
make webrings
- make quotes
make references
webrings:
@@ -20,17 +17,14 @@ webrings:
< generators/openring/template.html \
> generators/hugo/themes/tdro/layouts/partials/webrings/openring.html
-quotes:
- strfile generators/fortune/quotes.fortune
-
export DENO_DIR := generators/exoference/vendor
references:
deno compile \
- --allow-net \
- --no-check \
- --output generators/exoference/exoference \
- generators/exoference/main.ts
+ --allow-net \
+ --no-check \
+ --output generators/exoference/exoference \
+ generators/exoference/main.ts
find generators/hugo/content/posts -type f -name "*.md" -exec basename --suffix '.md' {} \; \
| while read -r file; do path="generators/hugo/themes/tdro/layouts/partials/references/$$file.html" \
&& printf 'Gathering references for %s\n' "$$file" && [ ! -e "$$path" ] \