iphreeqc/doc/Makefile
Scott R Charlton 8e246e2564 Rearranging IPhreeqc
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@4104 1feff8c3-07ed-0310-ac33-dd36852eb9cd
2010-02-23 05:03:20 +00:00

25 lines
443 B
Makefile

DOCS = \
html/IPhreeqc_8h-source.html \
html/IPhreeqc_8h.html \
html/Var_8h-source.html \
html/Var_8h.html \
html/annotated.html \
html/doxygen.css \
html/doxygen.png \
html/files.html \
html/functions.html \
html/globals.html \
html/index.html \
html/structVAR.html
##TARGET = $(DOCS)
TARGET = html/index.html
all:$(TARGET)
$(TARGET): Doxyfile ../include/IPhreeqc.h ../include/Var.h
doxygen
clean:
rm -f $(DOCS)