Clean up installed docs
All old, outdated, manually-generated translations of docs now go into an "outdated" subdirectory. The "tuxpaint-docs"/gettext-based ones are the "first-class citizens". Don't install the docs directory's "Makefile", or the instructions for how to release Tux Paint, as those are not necessary to end users.
This commit is contained in:
parent
6263e42708
commit
8f17edc10e
58 changed files with 8 additions and 3 deletions
5
Makefile
5
Makefile
|
|
@ -4,7 +4,7 @@
|
|||
# Various contributors (see AUTHORS.txt)
|
||||
# http://www.tuxpaint.org/
|
||||
|
||||
# June 14, 2002 - September 6, 2021
|
||||
# June 14, 2002 - September 17, 2021
|
||||
|
||||
|
||||
# The version number, for release:
|
||||
|
|
@ -1064,7 +1064,8 @@ install-doc:
|
|||
@echo "...Installing documentation..."
|
||||
@install -d $(DOC_PREFIX)
|
||||
@cp -R docs/* $(DOC_PREFIX)
|
||||
@# FIXME: Needs improvement, when we add other translations -bjk 2018.08.30
|
||||
@rm $(DOC_PREFIX)/Makefile # Used to generate TXT from HTML
|
||||
@rm $(DOC_PREFIX)/RELEASE.txt # Not useful to end users
|
||||
@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)
|
||||
|
|
|
|||
|
|
@ -1,2 +1,6 @@
|
|||
See [locale]/html/README.html or [locale]/README.txt.
|
||||
See [locale]/html/README.html or [locale]/README.txt,
|
||||
and the other documentation within.
|
||||
|
||||
Older, outdated translations of documentation reside in
|
||||
the "outdated/" subdirectory.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue