From 9acd405dec10d71ad9c59c583eef1f5eb7eae78b Mon Sep 17 00:00:00 2001 From: jbj Date: Wed, 19 Jan 2000 19:54:08 +0000 Subject: [PATCH] Doxygen fiddles. CVS patchset: 3526 CVS date: 2000/01/19 19:54:08 --- Doxyfile.in | 7 +++---- configure.in | 3 +++ scripts/Makefile.in | 1 + 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Doxyfile.in b/Doxyfile.in index 8fb9cb2..7bdf53e 100644 --- a/Doxyfile.in +++ b/Doxyfile.in @@ -98,14 +98,14 @@ ALWAYS_DETAILED_SEC = NO # path before files name in the file list and in the header files. If set # to NO the shortest path that makes the file name unique will be used. -FULL_PATH_NAMES = NO +FULL_PATH_NAMES = YES # If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag # can be used to strip a user defined part of the path. Stripping is # only done if one of the specified strings matches the left-hand part of # the path. -STRIP_FROM_PATH = +STRIP_FROM_PATH = @TOP_SOURCEDIR@/ # The INTERNAL_DOCS tag determines if documentation # that is typed after a \internal command is included. If the tag is set @@ -180,7 +180,6 @@ INPUT = \ ./build.c \ ./build.h \ ./config.h \ - ./build.c \ ./convertdb.c \ ./oldrpmdb.c \ ./rpm.c \ @@ -471,7 +470,7 @@ ENABLE_PREPROCESSING = YES # names in the source code. If set to NO (the default) only conditional # compilation will be performed. -MACRO_EXPANSION = NO +MACRO_EXPANSION = YES # If the SEARCH_INCLUDES tag is set to YES (the default) the includes files # in the INCLUDE_PATH (see below) will be search if a #include is found. diff --git a/configure.in b/configure.in index 2453491..fdce80d 100644 --- a/configure.in +++ b/configure.in @@ -878,6 +878,9 @@ AC_SUBST(FINDPROVIDES) MACROFILES="${RPMCONFIGDIR}/macros" AC_DEFINE_UNQUOTED(MACROFILES, "$MACROFILES") AC_SUBST(MACROFILES) +TOP_SOURCEDIR="`pwd`" +AC_DEFINE_UNQUOTED(TOP_SOURCEDIR, "$TOP_SOURCEDIR") +AC_SUBST(TOP_SOURCEDIR) testdir="`pwd`/tests" dnl AC_DEFINE_UNQUOTED(testdir, "$testdir") diff --git a/scripts/Makefile.in b/scripts/Makefile.in index df3c1b6..f400896 100644 --- a/scripts/Makefile.in +++ b/scripts/Makefile.in @@ -120,6 +120,7 @@ RPMCANONOS = @RPMCANONOS@ RPMCANONVENDOR = @RPMCANONVENDOR@ RPMCONFIGDIR = @RPMCONFIGDIR@ SYSCONFIGDIR = @SYSCONFIGDIR@ +TOP_SOURCEDIR = @TOP_SOURCEDIR@ U = @U@ USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@ USE_NLS = @USE_NLS@ -- 2.7.4