summaryrefslogtreecommitdiffstats
path: root/docs/lasso-book
diff options
context:
space:
mode:
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=$@ $<