Remove mentions of non-existent docs/$toolkit/install.txt
Don't include these files in "make dist" (which seems completely unused anyhow, and probably broken because of this).
This commit is contained in:
@@ -36866,7 +36866,6 @@ ALL_DIST: distrib_clean
|
|||||||
# but is not used when building wxBase distribution
|
# but is not used when building wxBase distribution
|
||||||
ALL_GUI_DIST: ALL_DIST
|
ALL_GUI_DIST: ALL_DIST
|
||||||
$(CP_P) $(DOCDIR)/readme.txt $(DISTDIR)/README.txt
|
$(CP_P) $(DOCDIR)/readme.txt $(DISTDIR)/README.txt
|
||||||
$(CP_P) $(DOCDIR)/$(TOOLKITDIR)/install.txt $(DISTDIR)/INSTALL.txt
|
|
||||||
if test -f $(DOCDIR)/$(TOOLKITDIR)/changes.txt ; then \
|
if test -f $(DOCDIR)/$(TOOLKITDIR)/changes.txt ; then \
|
||||||
$(CP_P) $(DOCDIR)/$(TOOLKITDIR)/changes.txt $(DISTDIR)/CHANGES-$(TOOLKIT).txt ; fi
|
$(CP_P) $(DOCDIR)/$(TOOLKITDIR)/changes.txt $(DISTDIR)/CHANGES-$(TOOLKIT).txt ; fi
|
||||||
$(CP_P) $(DOCDIR)/$(TOOLKITDIR)/readme.txt $(DISTDIR)/README-$(TOOLKIT).txt
|
$(CP_P) $(DOCDIR)/$(TOOLKITDIR)/readme.txt $(DISTDIR)/README-$(TOOLKIT).txt
|
||||||
|
@@ -142,7 +142,6 @@ ALL_DIST: distrib_clean
|
|||||||
# but is not used when building wxBase distribution
|
# but is not used when building wxBase distribution
|
||||||
ALL_GUI_DIST: ALL_DIST
|
ALL_GUI_DIST: ALL_DIST
|
||||||
$(CP_P) $(DOCDIR)/readme.txt $(DISTDIR)/README.txt
|
$(CP_P) $(DOCDIR)/readme.txt $(DISTDIR)/README.txt
|
||||||
$(CP_P) $(DOCDIR)/$(TOOLKITDIR)/install.txt $(DISTDIR)/INSTALL.txt
|
|
||||||
if test -f $(DOCDIR)/$(TOOLKITDIR)/changes.txt ; then \
|
if test -f $(DOCDIR)/$(TOOLKITDIR)/changes.txt ; then \
|
||||||
$(CP_P) $(DOCDIR)/$(TOOLKITDIR)/changes.txt $(DISTDIR)/CHANGES-$(TOOLKIT).txt ; fi
|
$(CP_P) $(DOCDIR)/$(TOOLKITDIR)/changes.txt $(DISTDIR)/CHANGES-$(TOOLKIT).txt ; fi
|
||||||
$(CP_P) $(DOCDIR)/$(TOOLKITDIR)/readme.txt $(DISTDIR)/README-$(TOOLKIT).txt
|
$(CP_P) $(DOCDIR)/$(TOOLKITDIR)/readme.txt $(DISTDIR)/README-$(TOOLKIT).txt
|
||||||
|
@@ -65,7 +65,7 @@ b) Cygwin
|
|||||||
|
|
||||||
c) Borland
|
c) Borland
|
||||||
|
|
||||||
Please refer to the docs/msw/install.txt. The console sample compiles and
|
Please refer to the docs/msw/install.md. The console sample compiles and
|
||||||
runs but does not pass all tests.
|
runs but does not pass all tests.
|
||||||
|
|
||||||
d) Other compilers
|
d) Other compilers
|
||||||
|
@@ -51,12 +51,12 @@
|
|||||||
<a href="ios/readme.txt">wxiOS</a>
|
<a href="ios/readme.txt">wxiOS</a>
|
||||||
</li>
|
</li>
|
||||||
<li>Installation:
|
<li>Installation:
|
||||||
<a href="msw/install.txt">wxMSW</a>,
|
<a href="msw/install.md">wxMSW</a>,
|
||||||
<a href="gtk/install.txt">wxGTK</a>,
|
<a href="gtk/install.md">wxGTK</a>,
|
||||||
<a href="motif/install.txt">wxMotif</a>,
|
<a href="motif/install.md">wxMotif</a>,
|
||||||
<a href="x11/install.txt">wxX11</a>,
|
<a href="x11/install.md">wxX11</a>,
|
||||||
<a href="osx/install.txt">wxOSX</a>,
|
<a href="osx/install.md">wxOSX</a>,
|
||||||
<a href="qt/install.txt">wxQt</a>,
|
<a href="qt/install.md">wxQt</a>,
|
||||||
</li>
|
</li>
|
||||||
<li><a href="changes.txt"><b>General change log</b></a></li>
|
<li><a href="changes.txt"><b>General change log</b></a></li>
|
||||||
<li>Licence:
|
<li>Licence:
|
||||||
|
@@ -111,8 +111,10 @@ Installation
|
|||||||
|
|
||||||
Unless you have downloaded the binaries for your compiler, you will need to
|
Unless you have downloaded the binaries for your compiler, you will need to
|
||||||
build wxWidgets before you can test out the samples or write your own
|
build wxWidgets before you can test out the samples or write your own
|
||||||
applications. For installation information, please see the install.txt file in
|
applications. For installation information, please see the install.md files in
|
||||||
the docs subdirectory appropriate for the platform you use.
|
the docs subdirectory appropriate for the platform you use or the "Platform
|
||||||
|
Details" page of the manual, which contains links to the rendered versions of
|
||||||
|
these files.
|
||||||
|
|
||||||
|
|
||||||
Licence
|
Licence
|
||||||
|
Reference in New Issue
Block a user