refdes_renum: warn of possible number clash with non-conforming values
[geda-gaf/whiteaudio.git] / libgeda / docs / images / Makefile.am
blob67f4ed83377d20731b8dcd187f2d54781a7d3462
2 svg_images = \
3         o_attrib_overview.svg \
4         o_object_relations.svg \
5         o_text_font_overview.svg \
6         o_text_text_overview.svg \
7         s_conn_overview.svg \
8         s_page_overview.svg \
9         s_tile_overview.svg
11 EXTRA_DIST = $(svg_images)
13 png_images = $(EXTRA_DIST:.svg=.png)
14 pdf_images = $(EXTRA_DIST:.svg=.pdf) 
16 all:
17         @echo 'Type: make images  to create all the png/pdf images'
19 images: $(png_images) $(pdf_images)
21 clean-local:
22         rm -rf $(png_images) $(pdf_images)
24 .svg.png:
25         inkscape -e $@ $<  ||  convert $< $@
27 .svg.pdf:
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)