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 58a01c5 commit 7308b48Copy full SHA for 7308b48
doc/Makefile.am
@@ -1,3 +1,5 @@
1
+EXTRA_DIST += $(wildcard doc/*.page)
2
+
3
if ENABLE_MAN_PAGES
4
MAINTAINERCLEANFILES += $(BUILT_MAN_FILES)
5
BUILT_MAN_FILES = $(patsubst %.page,%.3,$(wildcard doc/mongoc_*.page))
@@ -25,6 +27,7 @@ html:
25
27
$(AM_V_GEN)$(YELP_BUILD) html -o doc/html $(wildcard $(top_srcdir)/doc/*.page)
26
28
29
EXTRA_DIST += $(wildcard doc/html/*)
30
+DISTCLEANFILES += $(wildcard doc/html/*)
31
endif
32
33
dist-hook: man html
0 commit comments