summaryrefslogtreecommitdiffstats
path: root/docs/lasso-book
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2006-03-06 17:34:20 +0000
committerFrederic Peters <fpeters@entrouvert.com>2006-03-06 17:34:20 +0000
commitdab201292827214475511eb3919efa965bed2f8c (patch)
tree14f9f7e6d0bd40363a7f54c7467ad3752fda2153 /docs/lasso-book
parentcbbc19086bc9e180586838ab18422f785e08f32e (diff)
downloadlasso-dab201292827214475511eb3919efa965bed2f8c.tar.gz
lasso-dab201292827214475511eb3919efa965bed2f8c.tar.xz
lasso-dab201292827214475511eb3919efa965bed2f8c.zip
don't ship fedterm-redirect.svg for now
Diffstat (limited to 'docs/lasso-book')
-rw-r--r--docs/lasso-book/figures/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/lasso-book/figures/Makefile.am b/docs/lasso-book/figures/Makefile.am
index 8145e516..fa788652 100644
--- a/docs/lasso-book/figures/Makefile.am
+++ b/docs/lasso-book/figures/Makefile.am
@@ -9,7 +9,7 @@ FIGURES_PNG_FILES = \
slo-sp-soap-3.png slo-sp-soap-4.png slo-sp-soap-5.png \
slo-sp-soap-6.png
-FIGURES_SVG_FILES = \
+GENERATED_FIGURES_SVG_FILES = \
sso-brws-art-1.svg sso-brws-art-2.svg sso-brws-art-3.svg \
sso-brws-art-4.svg sso-brws-art-5.svg \
sso-brws-post-1.svg sso-brws-post-2.svg sso-brws-post-3.svg \
@@ -20,11 +20,11 @@ FIGURES_SVG_FILES = \
figures_DATA = $(FIGURES_PNG_FILES)
-CLEANFILES = $(FIGURES_PNG_FILES) $(FIGURES_SVG_FILES)
+CLEANFILES = $(FIGURES_PNG_FILES) $(GENERATED_FIGURES_SVG_FILES)
%.svg:
- $(XSLTPROC) --stringparam stepno `echo $@ | sed -e 's/[^0-9]//g'` $(srcdir)/step.xsl \
- $< > $@
+ $(XSLTPROC) --stringparam stepno `echo $@ | sed -e 's/[^0-9]//g'` \
+ $(srcdir)/step.xsl $(srcdir)/$< > $@
%.png: %.svg
$(INKSCAPE) -d 150 --export-png=$@ $<