]> git.saurik.com Git - wxWidgets.git/commitdiff
1. updated docs/gtk/changes.txt for 2.2.5
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 29 Jan 2001 15:26:02 +0000 (15:26 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 29 Jan 2001 15:26:02 +0000 (15:26 +0000)
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

Makefile.in

index a67ba4223112d786444864b14b8a3b54ca2a18ba..e67e519df5d880565aea150b55980fec7ccbcf27 100644 (file)
@@ -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