From 986f4ca2a835a22e6d9faa95e5d33d907de6281e Mon Sep 17 00:00:00 2001 From: Thedro Neely Date: Wed, 31 Aug 2022 22:24:13 -0400 Subject: Makefile: Format and escape $ --- Makefile | 12 ++++++------ 1 file 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 -- cgit v1.2.3