From 09dac2bad71206c8ec4a0fe04c734e01d7876066 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Fri, 4 Oct 2024 17:38:06 +0900 Subject: Quote URL in atom:id --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 63c5cd8..965a889 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ all: $(OUTPUTS) xsltproc page.xslt $< > $@ atom.xml: atom.xslt $(DATA) cc.svg by.svg sa.svg - xsltproc atom.xslt > atom.xml + xsltproc atom.xslt | ./atom-encode-ids > atom.xml clean: rm -f atom.xml */{index.xhtml,*.small.jpg} -- cgit 1.4.1