## Name: Doxyfile.all
## Purpose: Doxygen configuration file for generating all main formats
## Author: Francesco Montorsi
-## RCS-ID: $Id: Doxyfile 52098 2008-02-26 00:05:33Z BP $
+## RCS-ID: $Id$
## Licence: wxWindows license
#############################################################################
## Name: Doxyfile.chm
## Purpose: Doxygen configuration file for generating CHM only
## Author: Francesco Montorsi
-## RCS-ID: $Id: Doxyfile 52098 2008-02-26 00:05:33Z BP $
+## RCS-ID: $Id$
## Licence: wxWindows license
#############################################################################
## Name: Doxyfile.html
## Purpose: Doxygen configuration file for generating HTML only
## Author: Francesco Montorsi
-## RCS-ID: $Id: Doxyfile 52098 2008-02-26 00:05:33Z BP $
+## RCS-ID: $Id$
## Licence: wxWindows license
#############################################################################
#############################################################################
-## Name: Doxyfile.chm
-## Purpose: Doxygen configuration file for generating CHM only
-## Author: Francesco Montorsi
-## RCS-ID: $Id: Doxyfile 52098 2008-02-26 00:05:33Z BP $
+## Name: Doxyfile.latex
+## Purpose: Doxygen configuration file for generating Latex only
+## Author: Stefan Csomor
+## RCS-ID: $Id$
## Licence: wxWindows license
#############################################################################
GENERATE_AUTOGEN_DEF = NO
GENERATE_TAGFILE =
-HHC_LOCATION = ~/.wine/drive_c/Programmi/HTMLHelpWorkshop/hhc.exe
+HHC_LOCATION =
## Name: Doxyfile.xml
## Purpose: Doxygen configuration file for generating XML only
## Author: Francesco Montorsi
-## RCS-ID: $Id: Doxyfile 52098 2008-02-26 00:05:33Z BP $
+## RCS-ID: $Id$
## Licence: wxWindows license
#############################################################################
# readable.
#
# Usage:
-# ./regen.sh [html|chm|xml|all]
-#
-# Pass "html" to regen only the HTML output format, "chm" only for
-# the CHM, "xml" only for the XML and "all" to regen them all.
+# ./regen.sh [html|chm|xml|latex|all]
#
+# Pass "x" to regen only the X output format and "all" to regen them all.
# If no arguments are passed all formats are regenerated
# (just like passing "all").
#
-#
+# remember current folder and then cd to the docs/doxygen one
me=$(basename $0)
path=${0%%/$me} # path from which the script has been launched
current=$(pwd)