proto-1.0 24: configure.ac: Set the doc as a component

Index: ChangeLog from Simon Odou <simon@lrde.epita.fr> * configure.ac: Set the documentation as a component. configure.ac | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) Index: configure.ac --- configure.ac (revision 23) +++ configure.ac (working copy) @@ -216,12 +216,12 @@ ### The reference manuals directory is a component. - OLN_COMPONENT([doc/ref], - [doc-ref], - [oln_cv_build_ref], - [the Olena reference manuals], - [OLN_DOC], - [doc/ref/Makefile], + OLN_NON_COMPONENT([doc/ref], + [doc-ref], + [oln_cv_build_ref], + [the Olena reference manuals], + [OLN_DOC], + [doc/ref/Makefile], [dnl Configuration for the manuals directory. AC_ARG_VAR([TAR], [the tape archiver program])
participants (1)
-
Simon Odou