version number and FbTk path

This commit is contained in:
fluxgen 2003-01-06 23:24:35 +00:00
parent fc64fe363b
commit 65fe7c3675

View file

@ -4,7 +4,7 @@
# General configuration options # General configuration options
#--------------------------------------------------------------------------- #---------------------------------------------------------------------------
PROJECT_NAME = fluxbox PROJECT_NAME = fluxbox
PROJECT_NUMBER = 0.1.10 PROJECT_NUMBER = 0.1.15-cvs
OUTPUT_DIRECTORY = doc/ OUTPUT_DIRECTORY = doc/
OUTPUT_LANGUAGE = English OUTPUT_LANGUAGE = English
EXTRACT_ALL = NO EXTRACT_ALL = NO
@ -54,7 +54,7 @@ WARN_LOGFILE =
#--------------------------------------------------------------------------- #---------------------------------------------------------------------------
# configuration options related to the input files # configuration options related to the input files
#--------------------------------------------------------------------------- #---------------------------------------------------------------------------
INPUT = src/ INPUT = src/ src/FbTk/
FILE_PATTERNS = *.hh *.cc FILE_PATTERNS = *.hh *.cc
RECURSIVE = NO RECURSIVE = NO
EXCLUDE = EXCLUDE =
@ -84,9 +84,9 @@ IGNORE_PREFIX =
#--------------------------------------------------------------------------- #---------------------------------------------------------------------------
GENERATE_HTML = YES GENERATE_HTML = YES
HTML_OUTPUT = html HTML_OUTPUT = html
HTML_FILE_EXTENSION = .html # .php # for fluxbox webpage HTML_FILE_EXTENSION = .html # for fluxbox webpage
HTML_HEADER = # doc/header.html # note: only for fluxbox webpage HTML_HEADER = # header # note: only for fluxbox webpage
HTML_FOOTER = # doc/footer.html # note: only for fluxbox webpage HTML_FOOTER = # footer # note: only for fluxbox webpage
HTML_STYLESHEET = # doc/style.css # note: only for fluxbox webpage HTML_STYLESHEET = # doc/style.css # note: only for fluxbox webpage
HTML_ALIGN_MEMBERS = YES HTML_ALIGN_MEMBERS = YES
GENERATE_HTMLHELP = NO GENERATE_HTMLHELP = NO