about summary refs log tree commit diff homepage
path: root/Makefile
diff options
context:
space:
mode:
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}