summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorwingo <wingo@0c269be4-1314-0410-8aa9-9f06e86f4224>2002-05-24 18:58:39 +0000
committerwingo <wingo@0c269be4-1314-0410-8aa9-9f06e86f4224>2002-05-24 18:58:39 +0000
commitd28719a3ac3861bf4aed4b0f8f379c43a07e55c2 (patch)
tree06cce055132ca970e00fb1863c116e883e0578fd /doc
parent0e7a4e2c7fdd8b2149e73d5930ee7e721abf9a2e (diff)
downloadjack1-d28719a3ac3861bf4aed4b0f8f379c43a07e55c2.tar.gz
applied gif->png patch from Stefan Schwandter
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@213 0c269be4-1314-0410-8aa9-9f06e86f4224
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am6
-rw-r--r--doc/reference.doxygen.in2
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index eaf92d3..ddde11a 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -29,7 +29,7 @@ install-data-local:
if test "$$installfiles" = 'reference/html/*.html'; \
then echo '-- Nothing to install' ; \
else \
- for i in $$installfiles reference/html/doxygen.gif reference/html/doxygen.css; do \
+ for i in $$installfiles reference/html/doxygen.png reference/html/doxygen.css; do \
echo '-- Installing '$$i ; \
$(INSTALL_DATA) $$i $(DOC_DIR)/reference/html; \
done; \
@@ -41,7 +41,7 @@ uninstall-local: doxygen-build.stamp
if test "$$installfiles" = 'reference/html/*.html'; \
then echo '-- Nothing to uninstall' ; \
else \
- for i in $$installfiles reference/html/doxygen.gif reference/html/doxygen.css; do \
+ for i in $$installfiles reference/html/doxygen.png reference/html/doxygen.css; do \
echo '-- Unstalling '$$i ; \
rm $(DOC_DIR)/$$i; \
done; \
@@ -51,6 +51,6 @@ dist-hook: dist-hook-local
mkdir $(distdir)/reference
mkdir $(distdir)/reference/html
-cp reference/html/*.html reference/html/*.css \
- reference/html/*.gif $(distdir)/reference/html
+ reference/html/*.png $(distdir)/reference/html
.PHONY : dist-hook-local
diff --git a/doc/reference.doxygen.in b/doc/reference.doxygen.in
index 5626d2c..1493a4d 100644
--- a/doc/reference.doxygen.in
+++ b/doc/reference.doxygen.in
@@ -836,7 +836,7 @@ GRAPHICAL_HIERARCHY = YES
# generated by dot. Possible values are gif, jpg, and png
# If left blank gif will be used.
-DOT_IMAGE_FORMAT = gif
+DOT_IMAGE_FORMAT = png
# The tag DOT_PATH can be used to specify the path where the dot tool can be
# found. If left blank, it is assumed the dot tool can be found on the path.