doc: make intermediate Windows help directory
The hx509 and heimdal subdirectories are required to exist before Windows help compilation can proceed.
This commit is contained in:
@@ -76,6 +76,7 @@ MAKEINFO = $(PERL) C:\msys64\usr\bin\makeinfo
|
||||
$(OBJ)\heimdal\index.html $(OBJ)\heimdal\Copyrights-and-Licenses.html: $(heimdal_TEXINFOS)
|
||||
cd $(OBJ)
|
||||
$(MAKEINFO) $(MAKEINFOFLAGS) --html heimdal.texi
|
||||
-$(MKDIR) heimdal
|
||||
cd $(SRCDIR)
|
||||
|
||||
$(OBJ)\heimdal\toc.hhc: $(OBJ)\heimdal\Copyrights-and-Licenses.html
|
||||
@@ -96,6 +97,7 @@ $(DOCDIR)\heimdal.chm: $(OBJ)\heimdal\heimdal.hhp $(OBJ)\heimdal\toc.hhc
|
||||
$(OBJ)\hx509\index.html $(OBJ)\hx509\How-to-use-the-PKCS11-module.html: $(hx509_TEXINFOS)
|
||||
cd $(OBJ)
|
||||
$(MAKEINFO) $(MAKEINFOFLAGS) --html hx509.texi
|
||||
-$(MKDIR) hx509
|
||||
cd $(SRCDIR)
|
||||
|
||||
$(OBJ)\hx509\toc.hhc: $(OBJ)\hx509\How-to-use-the-PKCS11-module.html
|
||||
|
Reference in New Issue
Block a user