source code for html website at https://zachdecook.com
Diffstat (limited to 'devo/Makefile')
-rw-r--r--devo/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devo/Makefile b/devo/Makefile
index 841ecff..1668582 100644
--- a/devo/Makefile
+++ b/devo/Makefile
@@ -3,6 +3,6 @@
awk '($$1 == "#"){of = $$2 ".md"}{print > of}' devo.md
ls 2*.md | xargs -I{} sh -c 'cat common.md {} |python3 -m markdown -f {}.html'
# perl-rename
- rename -f 's/.md.html/.html/' *.md.html
+ # rename -f 's/.md.html/.html/' *.md.html
# util-linux rename
- # rename .md.html .html *.md.html
+ rename .md.html .html *.md.html