From a36034d54bb308f3697df4b2702ea7f35ac636c6 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 24 Apr 2003 13:29:50 +0000 Subject: [PATCH] Doxyfile part of make dist --- doc/Doxyfile | 2 +- doc/Makefile.am | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/Doxyfile b/doc/Doxyfile index 1288986..5c1ed95 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -863,7 +863,7 @@ HIDE_UNDOC_RELATIONS = YES # toolkit from AT&T and Lucent Bell Labs. The other options in this section # have no effect if this option is set to NO (the default) -HAVE_DOT = YES +HAVE_DOT = NO # If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen # will generate a graph for each documented class showing the direct and diff --git a/doc/Makefile.am b/doc/Makefile.am index 0d87e69..35784c2 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.42 2003-03-21 10:48:11 adam Exp $ +## $Id: Makefile.am,v 1.43 2003-04-24 13:29:50 adam Exp $ docdir=$(datadir)/doc/@PACKAGE@ @@ -33,7 +33,8 @@ SUPPORTFILES=yazhtml.dsl yazphp.dsl yazprint.dsl tkl.xsl xml.dcl id.eps \ doc_DATA = $(HTMLFILES) yaz.pdf id.png apilayer.png -EXTRA_DIST = $(XMLFILES) $(SUPPORTFILES) $(MANFILES) $(REFFILES) $(doc_DATA) +EXTRA_DIST = $(XMLFILES) $(SUPPORTFILES) $(MANFILES) $(REFFILES) \ + $(doc_DATA) Doxyfile man_MANS = $(MANFILES) -- 1.7.10.4