From 1c2e58cd85497f8ceb546c40487c7b246447c4af Mon Sep 17 00:00:00 2001 From: Tim S Date: Thu, 19 Oct 2017 18:21:54 -0400 Subject: [PATCH] Remove cp commands copying removed files from help sample Just remove the commands copying files that were removed in 961a1c2b3931d64809b51a5042357817ace37677 themselves too. See #17962. --- samples/help/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/help/Makefile.in b/samples/help/Makefile.in index baca165290..824b37039b 100644 --- a/samples/help/Makefile.in +++ b/samples/help/Makefile.in @@ -194,7 +194,7 @@ data: data_doc: @mkdir -p ./doc - @for f in aindex.html ClassGraph.class ClassGraphPanel.class ClassLayout.class down.gif dxxgifs.tex HIER.html HIERjava.html icon1.gif icon2.gif index.html logo.gif NavigatorButton.class USE_HELP.html wx204.htm wx34.htm wxExtHelpController.html wxhelp.map wx.htm; do \ + @for f in aindex.html down.gif dxxgifs.tex HIER.html icon1.gif icon2.gif index.html logo.gif wx204.htm wx34.htm wxExtHelpController.html wxhelp.map wx.htm; do \ if test ! -f ./doc/$$f -a ! -d ./doc/$$f ; \ then x=yep ; \ else x=`find $(srcdir)/doc/$$f -newer ./doc/$$f -print` ; \