From aaeef50199b4e0c2c746e99427b9289b4531d766 Mon Sep 17 00:00:00 2001 From: "Asanka C. Herath" Date: Mon, 22 Nov 2010 14:22:54 -0500 Subject: [PATCH] Windows: Optionally disable building compiled HTML documentation --- doc/NTMakefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/NTMakefile b/doc/NTMakefile index ca4245b9c..4894983ce 100644 --- a/doc/NTMakefile +++ b/doc/NTMakefile @@ -105,8 +105,10 @@ $(DOCDIR)\hx509.chm: $(OBJ)\hx509\hx509.hhp $(OBJ)\hx509\toc.hhc $(CP) hx509.chm $@ cd $(SRCDIR) +!ifndef NO_DOC all:: $(OBJ)\heimdal\index.html $(OBJ)\hx509\index.html \ $(DOCDIR)\heimdal.chm $(DOCDIR)\hx509.chm +!endif clean:: -$(RM) $(OBJ)\heimdal\*.*