377af10fb0
fixed several issues with the build system
14 lines
113 B
Makefile
14 lines
113 B
Makefile
EXTRA_DIST = \
|
|
Doxyfile \
|
|
H5.dox
|
|
|
|
all:
|
|
|
|
doc:
|
|
|
|
doxydoc:
|
|
doxygen
|
|
|
|
clean:
|
|
${RM} -rf ReferencePages TWiki
|