added DOXYGEN variable

git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@5290 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
Scott R Charlton 2011-04-06 05:25:30 +00:00
parent 218db5fc10
commit 2bb8fe772d
2 changed files with 5 additions and 3 deletions

View File

@ -1,5 +1,7 @@
TARGET = IPhreeqc.chm
DOXYGEN = doxygen
HEADERS = \
../include/IPhreeqc.h \
../include/Var.h \
@ -18,7 +20,7 @@ EXAMPLES = \
examples/F90GetSelectedOutputValue.f90 \
examples/F90GetDumpLine.f90 \
examples/F90GetDumpStringLine.f90
all: $(TARGET)
@ -29,7 +31,7 @@ view: $(TARGET)
cygstart $(TARGET)
html/index.html: Doxyfile $(HEADERS) $(EXAMPLES)
doxygen
$(DOXYGEN)
clean:
rm -rf html $(TARGET)

View File

@ -202,7 +202,7 @@ do
cp "$vsn_file" "$vsn_file.dist"
done
(cd "$DISTPATH/doc" && doxygen)
(cd "$DISTPATH/doc" && "$DOXYGEN")
echo "Rolling $DISTNAME.tar ..."
(cd "$DIST_SANDBOX" > /dev/null && tar c "$DISTNAME") > \