Browse Source

doc: tutorial is always installed, doxygen compilation is optional

Nathalie Furmento 11 years ago
parent
commit
129a94e2a7
2 changed files with 2 additions and 3 deletions
  1. 0 3
      Makefile.am
  2. 2 0
      doc/Makefile.am

+ 0 - 3
Makefile.am

@@ -19,10 +19,7 @@ CLEANFILES = *.gcno *.gcda *.linkinfo
 
 SUBDIRS = src
 SUBDIRS += tools tests
-
-if BUILD_DOC
 SUBDIRS += doc
-endif
 
 if USE_MPI
 SUBDIRS += mpi

+ 2 - 0
doc/Makefile.am

@@ -9,7 +9,9 @@
 #
 # See the GNU Free Documentation License in COPYING.GFDL for more details.
 
+if BUILD_DOC
 SUBDIRS = doxygen
+endif
 
 EXTRA_DIST =    tutorial/hello_world.c \
 		tutorial/hello_world_plugin.c \