From d7668ddaba81378af43ec6667df1850a579faaa5 Mon Sep 17 00:00:00 2001 From: Bill Kendrick Date: Tue, 21 Nov 2023 23:44:44 -0800 Subject: [PATCH] Don't pollute documentation folder ($DOC_PREFIX) with build scripts. --- Makefile | 5 +++-- docs/CHANGES.txt | 5 +++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2dc0dead2..dc3c69790 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ # Various contributors (see AUTHORS.txt) # https://tuxpaint.org/ -# June 14, 2002 - July 20, 2023 +# June 14, 2002 - November 21, 2023 # The version number, for release: @@ -625,7 +625,7 @@ install: install-bin install-data install-doc \ echo "you can type the command 'tuxpaint' to run the program!!!"; \ echo; \ echo "For more information, see the 'tuxpaint' man page,"; \ - echo "run 'tuxpaint --usage' or see $(DOC_PREFIX)/README.txt"; \ + echo "run 'tuxpaint --usage' or see $(DOC_PREFIX)/[locale]/README.txt"; \ fi @echo @echo "Visit Tux Paint's home page for more information, updates" @@ -1109,6 +1109,7 @@ install-doc: @cp -R docs/* $(DOC_PREFIX) @rm $(DOC_PREFIX)/Makefile # Used to generate TXT from HTML @rm $(DOC_PREFIX)/RELEASE.txt # Not useful to end users + @rm $(DOC_PREFIX)/*.sh $(DOC_PREFIX)/*.php # Remove build scripts @echo @echo "...Installing English Magic tool docs..." @install -d $(DOC_PREFIX)/en/magic-docs diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt index 7a22fb80d..6df358cda 100644 --- a/docs/CHANGES.txt +++ b/docs/CHANGES.txt @@ -58,6 +58,11 @@ https://tuxpaint.org/ * Portuguese (Portugal) translation Hugo Carvalho + * Ports & Building: + ----------------- + * Don't pollute documentation folder ($DOC_PREFIX) with build scripts. + Bill Kendrick + 2023.July.20 (0.9.31) * New Magic Tools: ----------------