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:
Vadim Zeitlin 2018-12-10 18:59:03 +01:00
parent cf28473d9f
commit 251561172a
5 changed files with 11 additions and 11 deletions

View file

@ -142,7 +142,6 @@ ALL_DIST: distrib_clean
# but is not used when building wxBase distribution
ALL_GUI_DIST: ALL_DIST
$(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 \
$(CP_P) $(DOCDIR)/$(TOOLKITDIR)/changes.txt $(DISTDIR)/CHANGES-$(TOOLKIT).txt ; fi
$(CP_P) $(DOCDIR)/$(TOOLKITDIR)/readme.txt $(DISTDIR)/README-$(TOOLKIT).txt