Skip to content

Commit

Permalink
Add dist-hook to build html docs
Browse files Browse the repository at this point in the history
  • Loading branch information
olofk committed Nov 16, 2015
1 parent f88fc6b commit 9a71644
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ build_PYTHON = \

builddir = $(fusesocdir)/build

EXTRA_DIST = INSTALL
EXTRA_DIST = INSTALL doc

SUBDIRS = bin

dist-hook:
make -C $(distdir)/doc clean all
rm `find $(distdir)/doc -name '*.txt'`
rm $(distdir)/doc/Makefile

0 comments on commit 9a71644

Please sign in to comment.