Doxygen fiddles.
authorjbj <devnull@localhost>
Wed, 19 Jan 2000 19:54:08 +0000 (19:54 +0000)
committerjbj <devnull@localhost>
Wed, 19 Jan 2000 19:54:08 +0000 (19:54 +0000)
CVS patchset: 3526
CVS date: 2000/01/19 19:54:08

Doxyfile.in
configure.in
scripts/Makefile.in

index 8fb9cb2..7bdf53e 100644 (file)
@@ -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.
index 2453491..fdce80d 100644 (file)
@@ -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")
index df3c1b6..f400896 100644 (file)
@@ -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@