From: Vadim Zeitlin Date: Mon, 29 Jan 2001 15:26:02 +0000 (+0000) Subject: 1. updated docs/gtk/changes.txt for 2.2.5 X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/d9cde669c3cff8a248a8b8c5a1b9d91c01c9f023?ds=inline 1. updated docs/gtk/changes.txt for 2.2.5 2. fixed configure/Makefile to handle no-rtti/no-exceptions better 3. added missing files of internat sample to the dist 4. fixed Makefile.in for the help sample git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9210 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/Makefile.in b/Makefile.in index a67ba42231..e67e519df5 100644 --- a/Makefile.in +++ b/Makefile.in @@ -937,8 +937,10 @@ SAMPLES_DIST: ALL_GUI_DIST cp $(SAMPDIR)/internat/*.po $(DISTDIR)/samples/internat cp $(SAMPDIR)/internat/fr/*.mo $(DISTDIR)/samples/internat/fr cp $(SAMPDIR)/internat/de/*.mo $(DISTDIR)/samples/internat/de + cp $(SAMPDIR)/internat/ru/*.mo $(DISTDIR)/samples/internat/de cp $(SAMPDIR)/internat/fr/*.po $(DISTDIR)/samples/internat/fr cp $(SAMPDIR)/internat/de/*.po $(DISTDIR)/samples/internat/de + cp $(SAMPDIR)/internat/ru/*.po $(DISTDIR)/samples/internat/de mkdir $(DISTDIR)/samples/ipc cp $(SAMPDIR)/ipc/Makefile.in $(DISTDIR)/samples/ipc