make html target create tmp dir

This commit is contained in:
Chris PeBenito 2006-02-15 18:30:12 +00:00
parent d6cf05b3e4
commit 81a18f8781
1 changed files with 1 additions and 0 deletions

View File

@ -347,6 +347,7 @@ $(POLXML): $(DETECTED_MODS:.te=.if) $(foreach dir,$(ALL_LAYERS),$(dir)/$(LAYERXM
html $(TMPDIR)/html: $(POLXML)
@echo "Building html interface reference documentation in $(HTMLDIR)"
@test -d $(HTMLDIR) || mkdir -p $(HTMLDIR)
@test -d $(TMPDIR) || mkdir -p $(TMPDIR)
$(verbose) $(GENDOC) -d $(HTMLDIR) -T $(DOCTEMPLATE) -x $(POLXML)
$(verbose) cp $(DOCTEMPLATE)/*.css $(HTMLDIR)
@touch $(TMPDIR)/html