Home | History | Annotate | Download | only in tools

Lines Matching defs:HTML

17 # the POD files to HTML only and keep them in the src directories. It must also
21 DST_HTML_DIR=html/
27 all:: html man ps
30 rm -f pod2htm*.*~~ $(HTML) $(MAN) $(PS)
55 HTML := $(patsubst $(SRC_DOC_DIR)%.pod, $(DST_HTML_DIR)%.html, $(POD))
62 INSTALL_TARGETS := install-html install-man install-ps
66 .SUFFIXES: .html .pod .1 .ps
68 $(DST_HTML_DIR)%.html: %.pod $(DST_HTML_DIR)/.dir
79 html: $(HTML)
86 $(Verb) $(RM) -f pod2htm*.*~~ $(HTML) $(MAN) $(PS)
88 HTML_DIR := $(DESTDIR)$(PROJ_docsdir)/html/clang
92 install-html:: $(HTML)
93 $(Echo) Installing HTML Clang Tools Documentation
95 $(Verb) $(DataInstall) $(HTML) $(HTML_DIR)
116 $(Echo) "HTML : " '$(HTML)'