diff options
| author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2008-08-05 14:53:34 +0000 |
|---|---|---|
| committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2008-08-05 14:53:34 +0000 |
| commit | f088610c6ed93a5670cffa6cfcdb0a60804888dd (patch) | |
| tree | 3cb12b1dadd7cba64d78779e1ce4483c31fde14e /docs | |
| parent | 207891ff2946db888c80b15f77e7cce15bfcc006 (diff) | |
$< 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')
| -rw-r--r-- | docs/lasso-book/figures/Makefile.am | 2 |
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=$@ $< |
