Home | History | Annotate | Download | only in Documentation

Lines Matching refs:texi

51 DOCBOOK2X_TEXI=docbook2x-texi
218 $(RM) *.texi *.texi+ *.texi++ perf.info perfman.info
245 perf.info: user-manual.texi
246 $(QUIET_MAKEINFO)$(MAKEINFO) --no-split -o $@ user-manual.texi
248 user-manual.texi: user-manual.xml
251 $(PERL_PATH) fix-texi.perl <$@++ >$@+ && \
260 perfman.texi: $(MAN_XML) cat-texi.perl
264 $(PERL_PATH) cat-texi.perl $@ <$@++ >$@+ && \
268 perfman.info: perfman.texi
269 $(QUIET_MAKEINFO)$(MAKEINFO) --no-split --no-validate $*.texi
271 $(patsubst %.txt,%.texi,$(MAN_TXT)): %.texi : %.xml