From 32cf7679a92e05201f975d25e47ebdfefbd4d8d2 Mon Sep 17 00:00:00 2001 From: Bill Kendrick Date: Sat, 8 Dec 2018 10:32:47 -0800 Subject: [PATCH] Updated link to MinGW/MSYS docs They're in a new location over on John P.'s website (should we purhapse integrate them into Tux Paint proper?) (h/t sechidis & whoever on #tux4kids IRC channel who helped them) --- docs/CHANGES.txt | 5 +++++ docs/en/INSTALL.txt | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt index 8d23b77f9..4d579060e 100644 --- a/docs/CHANGES.txt +++ b/docs/CHANGES.txt @@ -26,6 +26,11 @@ $Id$ or configure Tux Paint to always bring up the dialog upon print. Mark K. Kim + * Documentation updates + --------------------- + * Mended link to MinGW/MSYS instructions at John Popplewell's website. + (h/t "sechidis") + * Misc ---- * Verbose debugging, and "DEBUG_PRINTF()" macro now available; diff --git a/docs/en/INSTALL.txt b/docs/en/INSTALL.txt index 3f1ffc374..055b15407 100644 --- a/docs/en/INSTALL.txt +++ b/docs/en/INSTALL.txt @@ -6,7 +6,7 @@ Copyright (c) 2002-2018 Various contributors (see below, and AUTHORS.txt) http://www.tuxpaint.org/ -June 27, 2002 - September 24, 2018 +June 27, 2002 - December 8, 2018 $Id$ @@ -175,7 +175,7 @@ Compiling and Installation: upon. John Popplewell put together some instructions for doing that here: - http://johnnypops.demon.co.uk/mingw/index.html + http://www.johnnypops.co.uk/tuxpaint/ Read the relevant notes if building for Win9X/ME.