X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4818141bb228bbb59df63de12a5ea31801314b57..b9efe021b554fa3967d1442cf758435c5cd5ae8f:/samples/help/makefile.gcc diff --git a/samples/help/makefile.gcc b/samples/help/makefile.gcc index a44604e17c..781585a73d 100644 --- a/samples/help/makefile.gcc +++ b/samples/help/makefile.gcc @@ -207,7 +207,7 @@ $(OBJS)\help.exe: $(HELP_OBJECTS) $(OBJS)\help_demo_rc.o data: if not exist $(OBJS) mkdir $(OBJS) - for %%f in (back.gif books.gif bullet.bmp contents.gif cshelp.txt doc.chm doc.cnt doc.hhc doc.hhk doc.hhp doc.hlp doc.hpj doc.zip forward.gif up.gif) do if not exist $(OBJS)\%%f copy .\%%f $(OBJS) + for %%f in (back.gif bullet.bmp contents.gif cshelp.txt doc.chm doc.cnt doc.hhc doc.hhk doc.hhp doc.hlp doc.hpj doc.zip forward.gif up.gif) do if not exist $(OBJS)\%%f copy .\%%f $(OBJS) data_doc: if not exist $(OBJS)\doc mkdir $(OBJS)\doc