Index: Makefile.vc6
===================================================================
RCS file: /repository/curl/src/Makefile.vc6,v
retrieving revision 1.16
diff -u -r1.16 Makefile.vc6
--- Makefile.vc6	23 Nov 2003 22:26:40 -0000	1.16
+++ Makefile.vc6	23 Feb 2004 19:06:06 -0000
@@ -78,6 +78,9 @@
 debug: $(DEBUG_OBJS)
 	$(LINKD) $(LFLAGS) $(LINKLIBS_DEBUG) $(LINK_OBJS)
 
+hugehelp.c : hugehelp.c.cvs
+	copy hugehelp.c.cvs $@
+
 ## Release
 hugehelpr.obj: hugehelp.c
 	$(CCR) $(CFLAGS) /Zm200 hugehelp.c

