浏览代码

build doc from doc/doxygen

Nathalie Furmento 12 年之前
父节点
当前提交
dcdfcb5cb1
共有 2 个文件被更改,包括 1 次插入2 次删除
  1. 1 1
      Makefile.am
  2. 0 1
      configure.ac

+ 1 - 1
Makefile.am

@@ -21,7 +21,7 @@ SUBDIRS = src
 SUBDIRS += tools tests
 
 if BUILD_DOC
-SUBDIRS += doc
+SUBDIRS += doc/doxygen
 endif
 
 if USE_MPI

+ 0 - 1
configure.ac

@@ -2210,7 +2210,6 @@ AC_OUTPUT([
 	examples/stencil/Makefile
 	tests/Makefile
 	tests/loader-cross.sh
-	doc/Makefile
 	mpi/Makefile
 	mpi/src/Makefile
 	mpi/tests/Makefile