Skip to content

Commit 7308b48

Browse files
author
Christian Hergert
committed
doc: clean directories during distclean and ship docs in bundle.
1 parent 58a01c5 commit 7308b48

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/Makefile.am

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
EXTRA_DIST += $(wildcard doc/*.page)
2+
13
if ENABLE_MAN_PAGES
24
MAINTAINERCLEANFILES += $(BUILT_MAN_FILES)
35
BUILT_MAN_FILES = $(patsubst %.page,%.3,$(wildcard doc/mongoc_*.page))
@@ -25,6 +27,7 @@ html:
2527
$(AM_V_GEN)$(YELP_BUILD) html -o doc/html $(wildcard $(top_srcdir)/doc/*.page)
2628

2729
EXTRA_DIST += $(wildcard doc/html/*)
30+
DISTCLEANFILES += $(wildcard doc/html/*)
2831
endif
2932

3033
dist-hook: man html

0 commit comments

Comments
 (0)