Revision d99dd9c7

b/Makefile.am
745 745
# Things to build but not to install (add it to EXTRA_DIST if it should be
746 746
# distributed)
747 747
noinst_DATA = \
748
	doc/html \
749 748
	$(BUILT_EXAMPLES) \
750 749
	doc/examples/bash_completion \
751 750
	doc/examples/bash_completion-debug \
752 751
	$(manhtml)
753 752

  
753
if HAS_SPHINX
754 754
if MANPAGES_IN_DOC
755 755
noinst_DATA += doc/man-html
756
else
757
noinst_DATA += doc/html
758
endif
756 759
endif
757 760

  
758 761
gnt_scripts = \
b/configure.ac
408 408
    AC_MSG_ERROR([Sphinx 1.0 or higher is required])
409 409
  fi
410 410
fi
411
AM_CONDITIONAL([HAS_SPHINX], [test -n "$SPHINX"])
411 412

  
412 413
AC_ARG_ENABLE([manpages-in-doc],
413 414
  [AS_HELP_STRING([--enable-manpages-in-doc],

Also available in: Unified diff