From 88d3a205d0a9fcebfc82ced0c0e49e5d7384262f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Sat, 2 Jun 2007 20:03:02 +0200 Subject: Assume presence of fig2dev command while doing make dist or make install from Hg. --- doc/hackersguide/Makefile.am | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to 'doc') diff --git a/doc/hackersguide/Makefile.am b/doc/hackersguide/Makefile.am index cb95b8ad3..d98a69250 100644 --- a/doc/hackersguide/Makefile.am +++ b/doc/hackersguide/Makefile.am @@ -32,20 +32,7 @@ dist-hook: hackersguide.html: $(hackersguide_docbook) xmlto html-nochunks $(srcdir)/hackersguide.docbook -if HAVE_FIG2DEV -fig.png: - $(FIG2DEV) -L png -S 4 $< $@; -else .fig.png: - if test x"$(fail_if_missing)" = x"yes"; then \ - echo "Please install fig2dev."; \ - exit 1; \ - fi - if test x"$(fail_if_missing)" != x"yes"; then \ - touch $@; \ - sleep 1; \ - touch $(notdir $^); \ - fi -endif + fig2dev -L png -S 4 $< $@; SUFFIXES = .png .fig -- cgit v1.2.3