Преглед на файлове

doc: tutorial is always installed, doxygen compilation is optional

Nathalie Furmento преди 11 години
родител
ревизия
129a94e2a7
променени са 2 файла, в които са добавени 2 реда и са изтрити 3 реда
  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 \