diff options
| -rw-r--r-- | Makefile | 4 | ||||
| -rw-r--r-- | README | 3 |
2 files changed, 1 insertions, 6 deletions
@@ -181,9 +181,7 @@ MAN_SECTIONS := 0 1 2 3 4 5 6 7 8 .PHONY: all -all: - $(MAKE) uninstall - $(MAKE) install +all: build-html %/.: $(info INSTALL $(@D)/) @@ -30,9 +30,6 @@ To install only a specific man section (mandir) such as man3, use "make install-man3". Similar syntax can be used to uninstall a specific man section, such as man7: "make uninstall-man7". -"make" or "make all" will perform "make uninstall" followed by "make -install". - Consider using multiple threads (at least 2) when installing these man pages, as the Makefile is optimized for multiple threads: "make -j install". |
