aboutsummaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/makefile b/makefile
index 0667358..d97a592 100644
--- a/makefile
+++ b/makefile
@@ -104,7 +104,7 @@ CNATIVEDIR = CNativeCode
LIBMAJOR = 2
LIBMINOR = 8
-LIBBUGFIX = 1
+LIBBUGFIX = 2
RELEASE = 0
#
@@ -736,7 +736,7 @@ cleantemp:
cd demos ; make clean
cleanhtmldoc:
- rm -rf docs/doxygens/html
+ rm -rf doxygens/html
rm -rf docs/html
rm -f docs/*.ps
rm -f docs/*.pdf
@@ -772,7 +772,7 @@ makeJar:
# Document Section
#
-htmldoc: cleanhtmldoc javadoc doxygendoc latexdoc
+htmldoc: cleanhtmldoc javadoc latexdoc
cp -Rf docs-src/images docs/html/.
htmldocw32: latexdoc javadocw32