summaryrefslogtreecommitdiff
path: root/sandbox
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2009-06-16 16:08:42 -0500
committerShaun McCance <shaunm@gnome.org>2009-06-16 16:08:42 -0500
commitc59fa6f0f373b81a61a38aee0630fb7249523a8b (patch)
tree06e6b9a6f45c7b46197917dc36191b06d886cfd9 /sandbox
parent7eb3fe12d0ce4cffe70bf93ba074ae401c387640 (diff)
downloadgnome-doc-utils-c59fa6f0f373b81a61a38aee0630fb7249523a8b.tar.gz
[mallard] Added content to Ten Minute Tour
Diffstat (limited to 'sandbox')
-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