Home
last modified time | relevance | path

Searched refs:main_idx (Results 1 – 1 of 1) sorted by relevance

/external/u-boot/doc/DocBook/
DMakefile122 main_idx = $(obj)/$(index) macro
123 build_main_index = rm -rf $(main_idx); \
124 echo '<h1>U-Boot Bootloader HTML Documentation</h1>' >> $(main_idx) && \
125 echo '<h2>U-Boot Version: $(UBOOTVERSION)</h2>' >> $(main_idx) && \
126 cat $(HTML) >> $(main_idx)