summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2008-11-08 19:47:30 +0000
committerSebastian Pipping <sebastian@pipping.org>2008-11-08 19:47:30 +0000
commitc014c960fe5ad1e598c82280a79b6d25d3498059 (patch)
tree535fbe1789b17c0acfbaed1c9e77dd367c4b151d /doc
parent485a66b0b2010964ff5325ba8851e39411b94f79 (diff)
downloaduriparser-c014c960fe5ad1e598c82280a79b6d25d3498059.tar.gz
Finish qch output, still 0.7.3uriparser-0.7.3
git-svn-id: https://uriparser.svn.sourceforge.net/svnroot/uriparser/uriparser/trunk@378 119732b9-2324-0410-a8a5-815c10060bbe
Diffstat (limited to 'doc')
-rw-r--r--doc/Doxyfile.in6
-rw-r--r--doc/configure.ac5
2 files changed, 7 insertions, 4 deletions
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in
index 73227bb..f20875f 100644
--- a/doc/Doxyfile.in
+++ b/doc/Doxyfile.in
@@ -6,8 +6,8 @@ QHP_NAMESPACE = "net.sourceforge.uriparser"
QHP_VIRTUAL_FOLDER = "uriparser-@VERSION@"
# .qch output
-QCH_FILE = "..\@PACKAGE@-@VERSION@.qch"
-QHG_LOCATION = "qhelpgenerator"
+QCH_FILE = "../@PACKAGE@-@VERSION@.qch"
+QHG_LOCATION = "@QHG_LOCATION@"
###############################################################
@@ -501,7 +501,7 @@ GENERATE_HTMLHELP = @GENERATE_HTMLHELP@
# The HTML Help Workshop contains a compiler that can convert all HTML output generated by doxygen into a single compressed HTML file (.chm). Compressed HTML files are now used as the Windows 98 help format, and will replace the old Windows help format (.hlp) on all Windows platforms in the future. Compressed HTML files also contain an index, a table of contents, and you can search for words in the documentation. The HTML workshop also contains a viewer for compressed HTML files.
-HHC_LOCATION = ..\hhc.exe
+HHC_LOCATION = ../hhc.exe
# If the GENERATE_HTMLHELP tag is set to YES, the HHC_LOCATION tag can be used to specify the location (absolute path including file name) of the HTML help compiler (hhc.exe). If non empty doxygen will try to run the HTML help compiler on the generated index.hhp.
diff --git a/doc/configure.ac b/doc/configure.ac
index b039bce..4deb3a0 100644
--- a/doc/configure.ac
+++ b/doc/configure.ac
@@ -27,14 +27,17 @@ if test ${GRAPHVIZ_CHECK} != "found" ; then
fi
-## HTML help
+## HTML help, Qt Compressed Help
host_triplet=`${ac_config_guess}`
if echo "${host_triplet}" | grep cygwin &>/dev/null ; then
GENERATE_HTMLHELP=YES
+ QHG_LOCATION=../qhelpgenerator.exe
else
GENERATE_HTMLHELP=NO
+ QHG_LOCATION=qhelpgenerator
fi
AC_SUBST(GENERATE_HTMLHELP)
+AC_SUBST(QHG_LOCATION)
AC_CONFIG_FILES([