$NetBSD: patch-Configurations_unix-Makefile.tmpl,v 1.7 2024/04/09 17:16:45 wiz Exp $ Do not build or install HTML documentation. --- Configurations/unix-Makefile.tmpl.orig 2024-04-09 12:12:22.000000000 +0000 +++ Configurations/unix-Makefile.tmpl @@ -536,7 +536,7 @@ all: build_sw {- "build_docs" if !$disab ##@ Documentation build_generated_pods: $(GENERATED_PODS) -build_docs: build_man_docs build_html_docs ## Create documentation +build_docs: build_man_docs ## Create documentation build_man_docs: $(MANDOCS1) $(MANDOCS3) $(MANDOCS5) $(MANDOCS7) ## Create manpages build_html_docs: $(HTMLDOCS1) $(HTMLDOCS3) $(HTMLDOCS5) $(HTMLDOCS7) ## Create HTML documentation @@ -652,7 +652,7 @@ install_sw: install_dev install_engines uninstall_sw: uninstall_runtime uninstall_modules uninstall_engines uninstall_dev ## Uninstall the software and libraries -install_docs: install_man_docs install_html_docs ## Install manpages and HTML documentation +install_docs: install_man_docs ## Install manpages and HTML documentation uninstall_docs: uninstall_man_docs uninstall_html_docs ## Uninstall manpages and HTML documentation $(RM) -r "$(DESTDIR)$(DOCDIR)"