Makefile (33e536103f227c41d00d91056b3f936dac513f14) | Makefile (361ac7b462d3efacad5c70e15441dcbf914e2b4a) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2include ../../scripts/Makefile.include 3include ../../scripts/utilities.mak 4 5MAN1_TXT= \ 6 $(filter-out $(addsuffix .txt, $(ARTICLES) $(SP_ARTICLES)), \ 7 $(wildcard perf-*.txt)) \ 8 perf.txt --- 159 unchanged lines hidden (view full) --- 168 QUIET_SUBDIR0 = +@subdir= 169 QUIET_SUBDIR1 = ;$(NO_SUBDIR) \ 170 echo ' SUBDIR ' $$subdir; \ 171 $(MAKE) $(PRINT_DIR) -C $$subdir 172 export V 173endif 174endif 175 | 1# SPDX-License-Identifier: GPL-2.0-only 2include ../../scripts/Makefile.include 3include ../../scripts/utilities.mak 4 5MAN1_TXT= \ 6 $(filter-out $(addsuffix .txt, $(ARTICLES) $(SP_ARTICLES)), \ 7 $(wildcard perf-*.txt)) \ 8 perf.txt --- 159 unchanged lines hidden (view full) --- 168 QUIET_SUBDIR0 = +@subdir= 169 QUIET_SUBDIR1 = ;$(NO_SUBDIR) \ 170 echo ' SUBDIR ' $$subdir; \ 171 $(MAKE) $(PRINT_DIR) -C $$subdir 172 export V 173endif 174endif 175 |
176all: html man | 176all: html man info |
177 178html: $(DOC_HTML) 179 180$(DOC_HTML) $(DOC_MAN1) $(DOC_MAN5) $(DOC_MAN7): asciidoc.conf 181 182man: man1 man5 man7 183man1: $(DOC_MAN1) 184man5: $(DOC_MAN5) --- 157 unchanged lines hidden --- | 177 178html: $(DOC_HTML) 179 180$(DOC_HTML) $(DOC_MAN1) $(DOC_MAN5) $(DOC_MAN7): asciidoc.conf 181 182man: man1 man5 man7 183man1: $(DOC_MAN1) 184man5: $(DOC_MAN5) --- 157 unchanged lines hidden --- |