From: Václav Slavík <vslavik@fastmail.fm>
Date: Mon, 9 Jul 2001 18:24:18 +0000 (+0000)
Subject: added all data files
X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/5dab6765c0d309a2b3b350723d355d485a6ea5b8

added all data files


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10916 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
---

diff --git a/samples/help/Makefile.in b/samples/help/Makefile.in
index ab6a3d4232..a335c6fbde 100644
--- a/samples/help/Makefile.in
+++ b/samples/help/Makefile.in
@@ -18,7 +18,27 @@ 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
+DATAFILES=doc.cnt doc.hlp doc.hpj doc.tex doc.zip back.gif forward.gif \
+          books.gif contents.gif \
+          doc/ClassGraph.class \
+          doc/ClassGraphPanel.class \
+          doc/ClassLayout.class \
+          doc/HIER.html \
+          doc/HIERjava.html \
+          doc/NavigatorButton.class \
+          doc/USE_HELP.html \
+          doc/aindex.html \
+          doc/down.gif \
+          doc/dxxgifs.tex \
+          doc/icon1.gif \
+          doc/icon2.gif \
+          doc/index.html \
+          doc/logo.gif \
+          doc/wx.htm \
+          doc/wx204.htm \
+          doc/wx34.htm \
+          doc/wxExtHelpController.html  \
+          doc/wxhelp.map
 
 include ../../src/makeprog.env