give info message for make html

This commit is contained in:
Chris PeBenito 2006-01-18 22:30:01 +00:00
parent 8dca6b9756
commit 2de03f307c
1 changed files with 1 additions and 0 deletions

View File

@ -233,6 +233,7 @@ $(POLXML): $(DETECTED_MODS:.te=.if) $(foreach dir,$(ALL_LAYERS),$(dir)/$(LAYERXM
fi
html: $(POLXML)
@echo "Building html interface reference documentation in $(HTMLDIR)"
@mkdir -p $(HTMLDIR)
$(QUIET) cd $(DOCS) && ../$(GENDOC) -d ../$(HTMLDIR) -T ../$(DOCTEMPLATE) -x ../$(POLXML)
$(QUIET) cp $(DOCTEMPLATE)/*.css $(HTMLDIR)