We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dee552 commit 3ada537Copy full SHA for 3ada537
build/libbson.xsl renamed to build/libmongoc.xsl
doc/Makefile.am
@@ -1,3 +1,3 @@
1
-EXTRA_DIST += doc/mallard2man.py build/libbson.xsl
+EXTRA_DIST += doc/mallard2man.py build/libmongoc.xsl
2
3
dist-hook: man html
doc/html/Makefile.am
@@ -7,7 +7,7 @@ CLEANFILES += $(wildcard doc/html/*.png)
7
8
doc/html:
9
-mkdir doc/html
10
- $(AM_V_GEN)$(YELP_BUILD) html -x $(top_srcdir)/build/libbson.xsl -o doc/html/ doc
+ $(AM_V_GEN)$(YELP_BUILD) html -x $(top_srcdir)/build/libmongoc.xsl -o doc/html/ doc
11
12
YELP_HTML_FILES = \
13
doc/html/C.css \
0 commit comments