Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
distcheck fixups: generate those files automatically to explain doxygen where to...
[simgrid.git] / doc / Doxyfile.main.in
similarity index 99%
rename from doc/Doxyfile.main
rename to doc/Doxyfile.main.in
index df39057..11c4de7 100644 (file)
@@ -1,3 +1,6 @@
+
+#               @WARNING@
+
 # Doxyfile 1.3.6-20040222
 
 # This file describes the settings to be used by the documentation system
@@ -104,7 +107,7 @@ FULL_PATH_NAMES        = YES
 # If left blank the directory from which doxygen is run is used as the 
 # path to strip.
 
-STRIP_FROM_PATH        = ./
+STRIP_FROM_PATH        = @srcdir@
 
 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter 
 # (but less readable) file names. This can be useful is your file systems 
@@ -391,8 +394,8 @@ WARN_LOGFILE           =
 # directories like "/usr/src/myproject". Separate the files or directories 
 # with spaces.
 
-INPUT                  = ./index.doc \
-                         ./FAQ.doc
+INPUT                  = @srcdir@/index.doc \
+                         @srcdir@/FAQ.doc
 
 # If the value of the INPUT tag contains directories, you can use the 
 # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp