Home | History | Annotate | Download | only in tutorial

Lines Matching refs:HTML

13 HTML       := $(wildcard $(PROJ_SRC_DIR)/*.html)
15 EXTRA_DIST := $(HTML) index.html
16 HTML_DIR := $(DESTDIR)$(PROJ_docsdir)/html/tutorial
18 install-local:: $(HTML)
19 $(Echo) Installing HTML Tutorial Documentation
21 $(Verb) $(DataInstall) $(HTML) $(HTML_DIR)
23 $(Verb) $(DataInstall) $(PROJ_SRC_DIR)/index.html $(HTML_DIR)
30 $(Echo) "HTML : " '$(HTML)'