Skip to content

Commit 3ada537

Browse files
committed
rename libbson.xsl to libmongoc.xsl
The file now does more than just customizing links to libbson's docs.
1 parent 5dee552 commit 3ada537

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.

doc/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
EXTRA_DIST += doc/mallard2man.py build/libbson.xsl
1+
EXTRA_DIST += doc/mallard2man.py build/libmongoc.xsl
22

33
dist-hook: man html

doc/html/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ CLEANFILES += $(wildcard doc/html/*.png)
77

88
doc/html:
99
-mkdir doc/html
10-
$(AM_V_GEN)$(YELP_BUILD) html -x $(top_srcdir)/build/libbson.xsl -o doc/html/ doc
10+
$(AM_V_GEN)$(YELP_BUILD) html -x $(top_srcdir)/build/libmongoc.xsl -o doc/html/ doc
1111

1212
YELP_HTML_FILES = \
1313
doc/html/C.css \

0 commit comments

Comments
 (0)