diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2004-09-05 12:36:21 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:01 -0500 |
commit | 5f302fc9cd5c871e26def230a8456f17c104baf9 (patch) | |
tree | cdfb2f3db69c3251977c96bd1eecba7f29a8c627 /docs/configure.in | |
parent | 2837fef478112b527fc85776e67baca55e7bce0f (diff) | |
download | samba-5f302fc9cd5c871e26def230a8456f17c104baf9.tar.gz samba-5f302fc9cd5c871e26def230a8456f17c104baf9.tar.bz2 samba-5f302fc9cd5c871e26def230a8456f17c104baf9.zip |
Use dia to generate png images out of dia files
(This used to be commit a46ab88b4481d63173f67ad85eb93ce281277562)
Diffstat (limited to 'docs/configure.in')
-rw-r--r-- | docs/configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/configure.in b/docs/configure.in index ea75ef669b..1471e43070 100644 --- a/docs/configure.in +++ b/docs/configure.in @@ -40,6 +40,7 @@ AC_SUBST(SAMBASOURCEDIR) DOCS_TARGET_REQUIRE_PROGRAM(XSLTPROC, xsltproc, ALL) DOCS_TARGET_REQUIRE_PROGRAM(RM, rm, ALL) +DOCS_TARGET_REQUIRE_PROGRAM(DIA, dia, ALL) DOCS_TARGET_REQUIRE_PROGRAM(MAKEINDEX, makeindex, LATEX) DOCS_TARGET_REQUIRE_PROGRAM(PDFLATEX, pdflatex, PDF) DOCS_TARGET_REQUIRE_PROGRAM(EPSTOPDF, epstopdf, PDF) |