Windows: Optionally disable building compiled HTML documentation
This commit is contained in:
@@ -105,8 +105,10 @@ $(DOCDIR)\hx509.chm: $(OBJ)\hx509\hx509.hhp $(OBJ)\hx509\toc.hhc
|
|||||||
$(CP) hx509.chm $@
|
$(CP) hx509.chm $@
|
||||||
cd $(SRCDIR)
|
cd $(SRCDIR)
|
||||||
|
|
||||||
|
!ifndef NO_DOC
|
||||||
all:: $(OBJ)\heimdal\index.html $(OBJ)\hx509\index.html \
|
all:: $(OBJ)\heimdal\index.html $(OBJ)\hx509\index.html \
|
||||||
$(DOCDIR)\heimdal.chm $(DOCDIR)\hx509.chm
|
$(DOCDIR)\heimdal.chm $(DOCDIR)\hx509.chm
|
||||||
|
!endif
|
||||||
|
|
||||||
clean::
|
clean::
|
||||||
-$(RM) $(OBJ)\heimdal\*.*
|
-$(RM) $(OBJ)\heimdal\*.*
|
||||||
|
Reference in New Issue
Block a user