Windows: Build Texinfo documentation as compiled HTML

This commit is contained in:
Asanka C. Herath
2010-10-14 17:30:44 -04:00
parent 9fd109a0e1
commit d98e72bc62
5 changed files with 222 additions and 0 deletions

View File

@@ -78,6 +78,7 @@ OBJDIR =$(SRC)\out\obj_$(OUTDIR)
INCDIR =$(DESTDIR)\inc
LIBDIR =$(DESTDIR)\lib
BINDIR =$(DESTDIR)\bin
DOCDIR =$(DESTDIR)\doc
SBINDIR =$(BINDIR)
LIBEXECDIR =$(BINDIR)
ASMDIR =$(BINDIR)
@@ -372,6 +373,9 @@ mkdirs:
! if !exist($(INCDIR))
$(MKDIR) $(INCDIR)
! endif
! if !exist($(DOCDIR))
$(MKDIR) $(DOCDIR)
! endif
! if !exist($(INCDIR)\gssapi)
$(MKDIR) $(INCDIR)\gssapi
! endif