From b62c394703e33d415f57cca58e0cb8d2b64aff40 Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Fri, 23 May 2008 14:51:05 -0700 Subject: [PATCH] dia command line options --- doc/tutorial/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/tutorial/Makefile b/doc/tutorial/Makefile index a7ecce130..234ddf558 100644 --- a/doc/tutorial/Makefile +++ b/doc/tutorial/Makefile @@ -27,8 +27,8 @@ images: cd figures/; $(TGIF) -print -png $(TGIF_SOURCES) cd figures/; $(TGIF) -print -eps $(TGIF_SOURCES) cd figures/; $(foreach FILE,$(TGIF_EPS),$(EPSTOPDF) $(FILE);) - cd figures/; $(DIA) --export-to-format=png $(DIA_SOURCES) - cd figures/; $(DIA) --export-to-format=eps $(DIA_SOURCES) + cd figures/; $(DIA) -t png $(DIA_SOURCES) + cd figures/; $(DIA) -t eps $(DIA_SOURCES) cd figures/; $(foreach FILE,$(DIA_EPS),$(EPSTOPDF) $(FILE);) html: images