From 254fc7e149185f8630adafbf6444a11c66660918 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Sun, 20 Mar 2011 15:08:21 -0400 Subject: [PATCH] Reduced image size for manual --- Makefile | 2 +- doc/classes.texi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7aed642..ddd27e5 100644 --- a/Makefile +++ b/Makefile @@ -70,7 +70,7 @@ doc: | doc-pdf doc-info doc-plain doc-html # doc images doc/img/%.png: doc/img/%.dia - dia -e $@ -s 600x $< + dia -e $@ -s 300x $< # doc pdf $(PATH_DOC_OUTPUT)/%.pdf: $(doc_src) | mkbuild-doc doc-img diff --git a/doc/classes.texi b/doc/classes.texi index ecbdd5a..94b58b5 100644 --- a/doc/classes.texi +++ b/doc/classes.texi @@ -302,7 +302,7 @@ and the child is called the @dfn{subtype}. Let's consider the following example, where we have a dog, lazy dog, and a dog that walks on two legs: @float Figure, f:inheritance-ex -@image{img/inheritance-ex,,,,png} +@image{img/inheritance-ex} @caption{Basic inheritance example} @end float