aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2022-08-31 22:24:13 -0400
committerThedro Neely <thedroneely@gmail.com>2022-08-31 22:24:13 -0400
commit986f4ca2a835a22e6d9faa95e5d33d907de6281e (patch)
treee2bb87b284dbd3e23cf6cf8cc02de2acdf60ad48
parentd6b6c5e9152a9e63a69a370500246e5eae879b98 (diff)
downloadthedroneely.com-986f4ca2a835a22e6d9faa95e5d33d907de6281e.tar.gz
thedroneely.com-986f4ca2a835a22e6d9faa95e5d33d907de6281e.tar.bz2
thedroneely.com-986f4ca2a835a22e6d9faa95e5d33d907de6281e.zip
Makefile: Format and escape $
-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