aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index d252d0f..aa991c3 100644
--- a/Makefile
+++ b/Makefile
@@ -4,11 +4,11 @@ generators:
openring:
generators/openring/openring \
- -s "https://drewdevault.com/feed.xml" \
- -s "https://mxb.dev/feed.xml" \
- -s "https://www.taniarascia.com/rss.xml" \
- < generators/openring/template.html \
- > generators/hugo/themes/tdro/layouts/partials/generators/openring/openring.html
+ -s "https://drewdevault.com/feed.xml" \
+ -s "https://mxb.dev/feed.xml" \
+ -s "https://www.taniarascia.com/rss.xml" \
+ < generators/openring/template.html \
+ > generators/hugo/themes/tdro/layouts/partials/generators/openring/openring.html
fortune:
strfile generators/fortune/quotes.fortune
@@ -18,7 +18,7 @@ hugo:
cd generators/hugo && hugo && { cd ../.. || exit 1; }
cockpit:
- sed --in-place "s|^hugo_base_dir.*|hugo_base_dir: $PWD/generators/hugo|" cockpit/addons/Hugo/config.yaml
+ sed --in-place "s|^hugo_base_dir.*|hugo_base_dir: $$PWD/generators/hugo|" cockpit/addons/Hugo/config.yaml
sed --in-place "s|^hugo_theme.*|hugo_theme: tdro|" cockpit/addons/Hugo/config.yaml
.PHONY: generators cockpit