Skip to content

Commit 1c47353

Browse files
committed
docs/Makefile: also install the HTML docs
HTML docs are installed in $(docdir)/html. Signed-off-by: Jeff Squyres <[email protected]>
1 parent af7a499 commit 1c47353

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/Makefile.am

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -889,4 +889,11 @@ man1_MANS += \
889889
man3_MANS += $(OSHMEM_MAN3_BUILT)
890890
endif
891891

892+
install-data-hook:
893+
$(MKDIR_P) $(DESTDIR)$(docdir)
894+
cp -r $(srcdir)/_build/html $(DESTDIR)$(docdir)
895+
896+
uninstall-hook:
897+
rm -rf $(DESTDIR)$(docdir)/html
898+
892899
endif OPAL_INSTALL_DOCS

0 commit comments

Comments
 (0)