Lines Matching full:echo
81 $(if $($(quiet)cmd_$(1)),echo ' $($(quiet)cmd_$(1))';) \
84 echo 'cmd_$@ := $(cmd_$(1))'; \
85 echo $@: `SRCTREE=$(srctree) $(DOCPROC) depend $<`; \
107 notfoundtemplate = echo "*** You have to install docbook-utils or xmlto ***"; \
113 ifeq ($(shell which db2ps >/dev/null 2>&1 && echo found),found)
120 ifeq ($(shell which xmlto >/dev/null 2>&1 && echo found),found)
143 echo '<h1>Linux Kernel HTML Documentation</h1>' >> $(main_idx) && \
144 echo '<h2>Kernel Version: $(KERNELVERSION)</h2>' >> $(main_idx) && \
149 echo '<a HREF="$(patsubst %.html,%,$(notdir $@))/index.html"> \
154 (echo "*** You need to install xmlto ***"; \
165 (echo "*** You need to install xmlto ***"; \
178 (echo "*** You need to install transfig ***"; \
187 (echo "*** You need to install transfig ***"; \
194 quiet_gen_xml = echo ' GEN $@'
199 echo "<programlisting>"; \
204 echo "</programlisting>") > $@
209 @echo ' Linux kernel internal documentation in different formats:'
210 @echo ' htmldocs - HTML'
211 @echo ' pdfdocs - PDF'
212 @echo ' psdocs - Postscript'
213 @echo ' xmldocs - XML DocBook'
214 @echo ' mandocs - man pages'
215 @echo ' installmandocs - install man pages generated by mandocs'
216 @echo ' cleandocs - clean all generated DocBook files'