1
0
Fork 0

Reduced image size for manual

closure/master
Mike Gerwitz 2011-03-20 15:08:21 -04:00
parent c1f12fb537
commit 254fc7e149
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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