aboutsummaryrefslogtreecommitdiffstats
path: root/docbook
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-02-21 02:35:42 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-02-21 02:35:42 +0000
commit2ebe4673eb07d86b814978df3032cfa374a5e3d6 (patch)
tree1095af015006e9050659d4f16349456726874e5f /docbook
parent2172218bdea9c5588124837a8447a8248081c3d2 (diff)
I have to check this in with HHC enabled, otherwise I cannot get a chm file without the SVN-version.xml includes a modified tag.
Joerg seem's to have fix this HHC thing, so it should be compilable on unix systems without errors (hopefully). svn path=/trunk/; revision=13455
Diffstat (limited to 'docbook')
-rw-r--r--docbook/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docbook/Makefile b/docbook/Makefile
index 64d5d70a81..7705ef3cc5 100644
--- a/docbook/Makefile
+++ b/docbook/Makefile
@@ -16,7 +16,7 @@ FOP="fop-0.20.5/fop.bat"
# html help compiler (Win32 only)
# (comment this out, if you don't want chm or don't have hhc installed)
-#HHC="/cygdrive/c/Program Files/HTML Help Workshop/hhc.exe"
+HHC="/cygdrive/c/Program Files/HTML Help Workshop/hhc.exe"
#HHC="true"
############### YOU SHOULDN'T HAVE TO EDIT ANYTHING BELOW THIS LINE! ################