Skip to content
This repository has been archived by the owner on Oct 13, 2020. It is now read-only.

Commit

Permalink
build: remove support for installing yelp docs.
Browse files Browse the repository at this point in the history
We need to do things with proper linked files and all that, which we aren't
today for almost no real value. No need to install the .page files.
  • Loading branch information
Christian Hergert committed May 30, 2014
1 parent 32002c5 commit 524bac4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
4 changes: 0 additions & 4 deletions build/autotools/PrintBuildConfiguration.m4
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,4 @@ Build configuration:
Documentation:
man : ${enable_man_pages}
HTML : ${enable_html_docs}
Yelp : ${enable_yelp}

Bindings:
Python (experimental) : ${ax_python_header}
"
3 changes: 0 additions & 3 deletions build/autotools/SetupAutomake.m4
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,3 @@ AM_CONDITIONAL([ENABLE_MAN_PAGES],[test "$enable_man_pages" = "yes"])
AM_CONDITIONAL([ENABLE_HTML_DOCS],[test "$enable_html_docs" = "yes"])
AS_IF([test "$enable_html_docs" = "yes" && test -z "$YELP_BUILD"],
[AC_MSG_ERROR([yelp-build must be installed to generate HTML documentation.])])

# Should we install Yelp documentation
AM_CONDITIONAL([ENABLE_YELP],[test "$enable_yelp" = "yes"])
5 changes: 0 additions & 5 deletions doc/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,3 @@ DISTCLEANFILES += $(wildcard doc/html/*)
endif

dist-hook: man html

if ENABLE_YELP
yelpdir = $(prefix)/share/help/C/libbson
yelp_DATA = $(top_srcdir)/doc/*.page
endif

0 comments on commit 524bac4

Please sign in to comment.