about summary refs log tree commit diff homepage
path: root/Makefile
diff options
context:
space:
mode:
authorNguyễn Gia Phong <cnx@loang.net>2024-10-04 17:38:06 +0900
committerNguyễn Gia Phong <cnx@loang.net>2024-10-04 17:44:01 +0900
commit09dac2bad71206c8ec4a0fe04c734e01d7876066 (patch)
treed71a999c3cef16a3897e70f4b38f35e8d135c6ba /Makefile
parente348476a62f1a14f3f1818bb95de61f1d836c667 (diff)
downloadpx-09dac2bad71206c8ec4a0fe04c734e01d7876066.tar.gz
Quote URL in atom:id
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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}