From 7517f8f5407cc51183e84391bcebfa7a474f24b7 Mon Sep 17 00:00:00 2001
From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= <vslavik@fastmail.fm>
Date: Thu, 27 Jan 2000 00:03:56 +0000
Subject: [PATCH] added helpview to makefile

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5706 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
---
 samples/html/Makefile.vc | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/samples/html/Makefile.vc b/samples/html/Makefile.vc
index 2643a2e0d1..948b7720b9 100644
--- a/samples/html/Makefile.vc
+++ b/samples/html/Makefile.vc
@@ -26,6 +26,8 @@ all:
         nmake -f makefile.vc FINAL=$(FINAL)
         cd $(WXDIR)\samples\html\help
         nmake -f makefile.vc FINAL=$(FINAL)
+        cd $(WXDIR)\samples\html\helpview
+        nmake -f makefile.vc FINAL=$(FINAL)
         cd $(WXDIR)\samples\html\printing
         nmake -f makefile.vc FINAL=$(FINAL)
         cd $(WXDIR)\samples\html\test
@@ -42,6 +44,8 @@ clean:
         nmake -f makefile.vc clean
         cd $(WXDIR)\samples\html\help
         nmake -f makefile.vc clean
+        cd $(WXDIR)\samples\html\helpview
+        nmake -f makefile.vc clean
         cd $(WXDIR)\samples\html\printing
         nmake -f makefile.vc clean
         cd $(WXDIR)\samples\html\test
-- 
2.45.2