summaryrefslogtreecommitdiff
path: root/sandbox
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2009-05-19 16:26:06 -0500
committerShaun McCance <shaunm@gnome.org>2009-05-19 16:28:32 -0500
commit1ea63ac6ea9cdc48fd44cc5ae20b21b18f83ece9 (patch)
tree681adbceb40557fcd497873ac5cffc3d85d7137d /sandbox
parentc624f6f5172e014ffb7f42b9d237f92df379faa2 (diff)
downloadgnome-doc-utils-1ea63ac6ea9cdc48fd44cc5ae20b21b18f83ece9.tar.gz
[mallard] Work on block_quote and block_synopsis
Diffstat (limited to 'sandbox')
-rw-r--r--sandbox/mallard/html/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/sandbox/mallard/html/Makefile b/sandbox/mallard/html/Makefile
index 6c2596f..f7cbe6d 100644
--- a/sandbox/mallard/html/Makefile
+++ b/sandbox/mallard/html/Makefile
@@ -2,8 +2,9 @@ xslts=$(wildcard ../../../xslt/mallard/common/*.xsl) $(wildcard ../../../xslt/ma
specs=$(filter-out ../../../doc/mallard/C/legal.xml, $(wildcard ../../../doc/mallard/C/*.xml))
pages=$(patsubst %.xml,%.html, $(notdir $(specs)))
icons=admon-bug.png admon-caution.png admon-important.png admon-note.png admon-tip.png admon-warning.png
+marks=watermark-blockquote-201C.png watermark-code.png
-all: $(pages) $(icons) figures mallard.cache
+all: $(pages) $(icons) $(marks) figures mallard.cache
mallard.cache : $(specs) $(xslts)
echo '<cache xmlns="http://www.gnome.org/~shaunm/mallard">' > $@.in
@@ -17,6 +18,8 @@ mallard.cache : $(specs) $(xslts)
$(icons):
ln -sf ../../../data/icons/hicolor/24x24/$@ $@
+$(marks):
+ ln -sf ../../../data/watermarks/$@ $@
$(pages) : mallard.cache $(xslts)
$(pages) : %.html : ../../../doc/mallard/C/%.xml