Remove extra slash in make article

This commit is contained in:
2026-05-16 17:29:05 +02:00
parent 03e3ebd748
commit b50709b7c4
+1 -1
View File
@@ -110,7 +110,7 @@ article: */ */*/ ## Write a new article
&& filename="$$(echo "$$name" \
| cut -d: -f1 \
| tr '[A-Z ]' '[a-z_]' | tr -cd '[:alpha:]_' )" \
&& $(MAKE) -e TITLE="$$name" "$$category"/"$$filename.md"
&& $(MAKE) -e TITLE="$$name" "$$category""$$filename.md"
.PHONY: all
all: $(default) ## All file targets