소스 검색

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