Lines Matching full:echo
76 $(if $($(quiet)cmd_$(1)),echo ' $($(quiet)cmd_$(1))';) \
79 echo 'cmd_$@ := $(cmd_$(1))'; \
80 echo $@: `SRCTREE=$(srctree) $(DOCPROC) depend $<`; \
90 notfoundtemplate = echo "*** You have to install docbook-utils or xmlto ***"; \
96 ifeq ($(shell which db2ps >/dev/null 2>&1 && echo found),found)
103 ifeq ($(shell which xmlto >/dev/null 2>&1 && echo found),found)
126 echo '<h1>U-Boot Bootloader HTML Documentation</h1>' >> $(main_idx) && \
127 echo '<h2>U-Boot Version: $(UBOOTVERSION)</h2>' >> $(main_idx) && \
132 echo '<a HREF="$(patsubst %.html,%,$(notdir $@))/index.html"> \
137 (echo "*** You need to install xmlto ***"; \
148 (echo "*** You need to install xmlto ***"; \
161 (echo "*** You need to install transfig ***"; \
170 (echo "*** You need to install transfig ***"; \
177 quiet_gen_xml = echo ' GEN $@'
182 echo "<programlisting>"; \
187 echo "</programlisting>") > $@
192 @echo ' U-Boot bootloader internal documentation in different formats:'
193 @echo ' htmldocs - HTML'
194 @echo ' pdfdocs - PDF'
195 @echo ' psdocs - Postscript'
196 @echo ' xmldocs - XML DocBook'
197 @echo ' mandocs - man pages'
198 @echo ' installmandocs - install man pages generated by mandocs'
199 @echo ' cleandocs - clean all generated DocBook files'