summaryrefslogtreecommitdiffstats
path: root/docs/lasso-book/figures/Makefile.am
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2005-02-10 09:48:58 +0000
committerFrederic Peters <fpeters@entrouvert.com>2005-02-10 09:48:58 +0000
commit25a54477a07443bde67cba3bb55eb1dab1fd4309 (patch)
treeed6e5eb34416cd9510cc80db3db36aa0a9e6c548 /docs/lasso-book/figures/Makefile.am
parent4556818cc32ab68aa4815a541e562f2bb7687c8d (diff)
downloadlasso-25a54477a07443bde67cba3bb55eb1dab1fd4309.tar.gz
lasso-25a54477a07443bde67cba3bb55eb1dab1fd4309.tar.xz
lasso-25a54477a07443bde67cba3bb55eb1dab1fd4309.zip
reworked a bit documentation build system and added detection of inkscape and
xsltproc in configure
Diffstat (limited to 'docs/lasso-book/figures/Makefile.am')
-rw-r--r--docs/lasso-book/figures/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/lasso-book/figures/Makefile.am b/docs/lasso-book/figures/Makefile.am
index 11fb0479..8145e516 100644
--- a/docs/lasso-book/figures/Makefile.am
+++ b/docs/lasso-book/figures/Makefile.am
@@ -23,11 +23,11 @@ figures_DATA = $(FIGURES_PNG_FILES)
CLEANFILES = $(FIGURES_PNG_FILES) $(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 \
$< > $@
%.png: %.svg
- inkscape -d 150 --export-png=$@ $<
+ $(INKSCAPE) -d 150 --export-png=$@ $<
sso-brws-art-1.svg: sso-brws-art.svg step.xsl