Build doxygen pictures with libgd to reduce their size.
Doxygen only knows how to call dot with -Tpng, while using -Tpng:gd produces pictures that are 10 times smaller. Use a simple wrapper around dot to simplify this. * doc/dot.in: New file, that wrap the system's dot and replace -Tpng by -Tpng:gd. * doc/Makefile.am ($(srcdir)/stamp): Depend on dot. * doc/Doxyfile.in: Update to 1.6.2. (DOT_PATH): Set to @srcdir@ to use doc/dot instead of the system's dot. * configure.ac: Find the absolute path of dot, and generate the doc/dot script.
This commit is contained in:
parent
c63923fa1a
commit
5b87fa628d
5 changed files with 305 additions and 56 deletions
17
ChangeLog
17
ChangeLog
|
|
@ -1,3 +1,20 @@
|
|||
2010-01-31 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||
|
||||
Build doxygen pictures with libgd to reduce their size.
|
||||
|
||||
Doxygen only knows how to call dot with -Tpng, while using
|
||||
-Tpng:gd produces pictures that are 10 times smaller. Use a
|
||||
simple wrapper around dot to simplify this.
|
||||
|
||||
* doc/dot.in: New file, that wrap the system's dot and replace
|
||||
-Tpng by -Tpng:gd.
|
||||
* doc/Makefile.am ($(srcdir)/stamp): Depend on dot.
|
||||
* doc/Doxyfile.in: Update to 1.6.2.
|
||||
(DOT_PATH): Set to @srcdir@ to use doc/dot instead of the
|
||||
system's dot.
|
||||
* configure.ac: Find the absolute path of dot, and generate
|
||||
the doc/dot script.
|
||||
|
||||
2010-01-31 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||
|
||||
More Doxygen fixes.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue