Sfoglia il codice sorgente

build doc from doc/doxygen

Nathalie Furmento 12 anni fa
parent
commit
dcdfcb5cb1
2 ha cambiato i file con 1 aggiunte e 2 eliminazioni
  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