summaryrefslogtreecommitdiff
path: root/sandbox
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2008-12-11 12:34:39 -0600
committerShaun McCance <shaunm@gnome.org>2009-04-19 11:13:32 -0500
commit6c64233783af900ae760eee1c31d60aa15761cf3 (patch)
tree2bf5e21e2a826d91312671b9ae9d26df70c8f5c7 /sandbox
parent47685079e3619b7a733ab7fd2f33ce5b4db264d7 (diff)
downloadgnome-doc-utils-6c64233783af900ae760eee1c31d60aa15761cf3.tar.gz
Fix some issues with the change in the cache file
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 f49ba30..a45cbef 100644
--- a/sandbox/mallard/html/Makefile
+++ b/sandbox/mallard/html/Makefile
@@ -16,7 +16,7 @@ mallard.cache : $(specs) $(xslts)
$(pages) : mallard.cache $(xslts)
$(pages) : %.xhtml : ../../../doc/mallard/C/%.xml
xsltproc -o $@ \
- --stringparam mal.cache_file `pwd`/mallard.cache \
+ --stringparam mal.cache.file `pwd`/mallard.cache \
../../../xslt/mallard/html/mal2html.xsl $<
figures: