summaryrefslogtreecommitdiffstats
path: root/docs/lasso-book
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2008-08-05 14:53:34 +0000
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2008-08-05 14:53:34 +0000
commitf088610c6ed93a5670cffa6cfcdb0a60804888dd (patch)
tree3cb12b1dadd7cba64d78779e1ce4483c31fde14e /docs/lasso-book
parent207891ff2946db888c80b15f77e7cce15bfcc006 (diff)
downloadlasso-f088610c6ed93a5670cffa6cfcdb0a60804888dd.tar.gz
lasso-f088610c6ed93a5670cffa6cfcdb0a60804888dd.tar.xz
lasso-f088610c6ed93a5670cffa6cfcdb0a60804888dd.zip
$< is already translated to the VPATH in pattern rules, no need to prefix with
$(srcdir). Reflect this in the rule that creates variations of svg files for the documentation.
Diffstat (limited to 'docs/lasso-book')
-rw-r--r--docs/lasso-book/figures/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/lasso-book/figures/Makefile.am b/docs/lasso-book/figures/Makefile.am
index aeb1616f..4873db98 100644
--- a/docs/lasso-book/figures/Makefile.am
+++ b/docs/lasso-book/figures/Makefile.am
@@ -25,7 +25,7 @@ CLEANFILES = $(FIGURES_PNG_FILES) $(GENERATED_FIGURES_SVG_FILES)
%.svg:
$(XSLTPROC) --stringparam stepno `echo $@ | sed -e 's/[^0-9]//g'` \
- $(srcdir)/step.xsl $(srcdir)/$< > $@
+ $(srcdir)/step.xsl $< > $@
%.png: %.svg
$(INKSCAPE) -d 150 --export-png=$@ $<