diff options
-rw-r--r-- | doc/hackersguide/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/hackersguide/Makefile.am b/doc/hackersguide/Makefile.am index b2fce9040..abd208fc9 100644 --- a/doc/hackersguide/Makefile.am +++ b/doc/hackersguide/Makefile.am @@ -24,7 +24,7 @@ DISTCLEANFILES = $(hackersguide_DATA) hackersguide.html: $(hackersguide_docbook) xmlto html-nochunks $(srcdir)/hackersguide.docbook -.fig.png: - fig2dev -L png -S 4 $< $@; +.svg.png: + rsvg -f png $< $@ SUFFIXES = .png .fig |