Mend typo in README stub
local -> locale
This commit is contained in:
parent
e5d59e6f58
commit
0edf9cb4d9
2 changed files with 8 additions and 6 deletions
12
Makefile
12
Makefile
|
|
@ -4,7 +4,7 @@
|
||||||
# Various contributors (see AUTHORS.txt)
|
# Various contributors (see AUTHORS.txt)
|
||||||
# http://www.tuxpaint.org/
|
# http://www.tuxpaint.org/
|
||||||
|
|
||||||
# June 14, 2002 - August 19, 2018
|
# June 14, 2002 - August 30, 2018
|
||||||
|
|
||||||
|
|
||||||
# The version number, for release:
|
# The version number, for release:
|
||||||
|
|
@ -963,10 +963,12 @@ install-osk:
|
||||||
install-doc:
|
install-doc:
|
||||||
@echo
|
@echo
|
||||||
@echo "...Installing documentation..."
|
@echo "...Installing documentation..."
|
||||||
@install -d $(DOC_PREFIX)
|
install -d $(DOC_PREFIX)
|
||||||
@cp -R docs/* $(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
|
||||||
@chmod -R a=rX,g=rX,u=rwX $(DOC_PREFIX)
|
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)
|
||||||
|
|
||||||
|
|
||||||
# Install the man page:
|
# Install the man page:
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,2 @@
|
||||||
See [locale]/html/README.html or [local]/README.txt.
|
See [locale]/html/README.html or [locale]/README.txt.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue