Lines Matching refs:txt
5 $(filter-out $(addsuffix .txt, $(ARTICLES) $(SP_ARTICLES)), \
6 $(wildcard perf-*.txt)) \
7 perf.txt
12 _MAN_XML=$(patsubst %.txt,%.xml,$(MAN_TXT))
13 _MAN_HTML=$(patsubst %.txt,%.html,$(MAN_TXT))
21 API_DOCS = $(patsubst %.txt,%,$(filter-out technical/api-index-skel.txt technical/api-index.txt, $(…
29 _DOC_MAN1=$(patsubst %.txt,%.1,$(MAN1_TXT))
30 _DOC_MAN5=$(patsubst %.txt,%.5,$(MAN5_TXT))
31 _DOC_MAN7=$(patsubst %.txt,%.7,$(MAN7_TXT))
228 $(OUTPUT)doc.dep : $(wildcard *.txt) build-docdep.perl
235 _cmds_txt = cmds-ancillaryinterrogators.txt \
236 cmds-ancillarymanipulators.txt \
237 cmds-mainporcelain.txt \
238 cmds-plumbinginterrogators.txt \
239 cmds-plumbingmanipulators.txt \
240 cmds-synchingrepositories.txt \
241 cmds-synchelpers.txt \
242 cmds-purehelpers.txt \
243 cmds-foreignscminterface.txt
248 $(OUTPUT)cmd-list.made: cmd-list.perl ../command-list.txt $(MAN1_TXT)
250 $(PERL_PATH) ./cmd-list.perl ../command-list.txt $(QUIET_STDERR) && \
259 $(OUTPUT)howto-index.txt $(OUTPUT)howto/*.html $(OUTPUT)doc.dep \
260 $(OUTPUT)technical/api-*.html $(OUTPUT)technical/api-index.txt \
265 $(MAN_HTML): $(OUTPUT)%.html : %.txt
275 $(OUTPUT)%.xml : %.txt
313 $(patsubst %.txt,%.texi,$(MAN_TXT)): %.texi : %.xml
318 howto-index.txt: howto-index.sh $(wildcard howto/*.txt)
320 '$(SHELL_PATH_SQ)' ./howto-index.sh $(wildcard howto/*.txt) >$@+ && \
323 $(patsubst %,%.html,$(ARTICLES)) : %.html : %.txt
324 $(QUIET_ASCIIDOC)$(ASCIIDOC) -b xhtml11 $*.txt
328 $(patsubst %.txt,%.html,$(wildcard howto/*.txt)): %.html : %.txt