From a8657df48168c6b34e42ee769ceb0220a9d56a29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Wed, 29 Mar 2000 10:41:53 +0000 Subject: [PATCH] fixed bug in Makefile: did not copy doc directory -> sample didn't work git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6978 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/help/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/help/Makefile.in b/samples/help/Makefile.in index 2828c680d8..ab6a3d4232 100644 --- a/samples/help/Makefile.in +++ b/samples/help/Makefile.in @@ -17,6 +17,7 @@ PROGRAM=help OBJECTS=demo.o +DATADIRS=doc DATAFILES=doc.cnt doc.hlp doc.hpj doc.tex doc.zip back.gif forward.gif books.gif contents.gif include ../../src/makeprog.env