Merge 0.9.23 release into sdl2.0

This commit is contained in:
Pere Pujal i Carabantes 2018-09-02 00:17:25 +02:00
commit f4ee983dfb
143 changed files with 277 additions and 151 deletions

View file

@ -4,7 +4,7 @@
# Various contributors (see AUTHORS.txt)
# http://www.tuxpaint.org/
# June 14, 2002 - August 19, 2018
# June 14, 2002 - August 30, 2018
# The version number, for release:
@ -965,7 +965,9 @@ install-doc:
@echo "...Installing documentation..."
@install -d $(DOC_PREFIX)
@cp -R docs/* $(DOC_PREFIX)
@cp -R magic/magic-docs $(DOC_PREFIX)
@# FIXME: Needs improvement, when we add other translations -bjk 2018.08.30
@install -d $(DOC_PREFIX)/en/magic-docs
@cp -R magic/magic-docs/en/* $(DOC_PREFIX)/en/magic-docs/
@chmod -R a=rX,g=rX,u=rwX $(DOC_PREFIX)