summaryrefslogtreecommitdiff
path: root/sandbox/mallard/html/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/mallard/html/Makefile')
-rw-r--r--sandbox/mallard/html/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/mallard/html/Makefile b/sandbox/mallard/html/Makefile
index 4aff311..6319fc4 100644
--- a/sandbox/mallard/html/Makefile
+++ b/sandbox/mallard/html/Makefile
@@ -8,7 +8,7 @@ marks=watermark-blockquote-201C.png watermark-code.png
all: $(pages) $(icons) $(marks) figures mallard.cache
mallard.cache : $(specs) $(xslts)
- echo '<cache xmlns="http://www.gnome.org/~shaunm/mallard">' > $@.in
+ echo '<cache xmlns="http://projectmallard.org/1.0/">' > $@.in
for file in $(specs); do \
echo "<page href='$$file'/>" >> $@.in; \
done