Skip to content

Commit 9718a19

Browse files
author
Christian Hergert
committed
build: remove support for installing yelp docs.
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.
1 parent 7308b48 commit 9718a19

File tree

3 files changed

+0
-12
lines changed

3 files changed

+0
-12
lines changed

build/autotools/PrintBuildConfiguration.m4

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,4 @@ Build configuration:
4040
Documentation:
4141
man : ${enable_man_pages}
4242
HTML : ${enable_html_docs}
43-
Yelp : ${enable_yelp}
44-
45-
Bindings:
46-
Python (experimental) : ${ax_python_header}
4743
"

build/autotools/SetupAutomake.m4

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,3 @@ AM_CONDITIONAL([ENABLE_MAN_PAGES],[test "$enable_man_pages" = "yes"])
3939
AM_CONDITIONAL([ENABLE_HTML_DOCS],[test "$enable_html_docs" = "yes"])
4040
AS_IF([test "$enable_html_docs" = "yes" && test -z "$YELP_BUILD"],
4141
[AC_MSG_ERROR([yelp-build must be installed to generate HTML documentation.])])
42-
43-
# Should we install Yelp documentation
44-
AM_CONDITIONAL([ENABLE_YELP],[test "$enable_yelp" = "yes"])

doc/Makefile.am

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,3 @@ DISTCLEANFILES += $(wildcard doc/html/*)
3131
endif
3232

3333
dist-hook: man html
34-
35-
if ENABLE_YELP
36-
yelpdir = $(prefix)/share/help/C/mongo-c-driver
37-
yelp_DATA = $(top_srcdir)/doc/*.page
38-
endif

0 commit comments

Comments
 (0)