3 o_attrib_overview.svg \
4 o_object_relations.svg \
5 o_text_font_overview.svg \
6 o_text_text_overview.svg \
11 EXTRA_DIST = $(svg_images)
13 png_images = $(EXTRA_DIST:.svg=.png)
14 pdf_images = $(EXTRA_DIST:.svg=.pdf)
17 @echo 'Type: make images to create all the png/pdf images'
19 images: $(png_images) $(pdf_images)
22 rm -rf $(png_images) $(pdf_images)
25 inkscape -e $@ $< || convert $< $@
28 inkscape -A $@ $< || convert $< $@
30 SUFFIXES = .svg .pdf .png
32 MOSTLYCLEANFILES = *~ $(png_images) $(pdf_images)
33 CLEANFILES = *~ $(png_images) $(pdf_images)
34 DISTCLEANFILES = *~ $(png_images) $(pdf_images)
35 MAINTAINERCLEANFILES = *~ Makefile.in $(png_images) $(pdf_images)