Created TXT versions of Russian HTML documentation.
This commit is contained in:
parent
de5893c62e
commit
9bcfc667ed
3 changed files with 2276 additions and 0 deletions
40
docs/ru/Makefile
Normal file
40
docs/ru/Makefile
Normal file
|
|
@ -0,0 +1,40 @@
|
||||||
|
# Makefile for Tux Paint docs
|
||||||
|
#
|
||||||
|
# Uses "links" to convert docs from HTML to plain text.
|
||||||
|
# (Normally only ran by the developers after updating the HTML, prior to
|
||||||
|
# release.)
|
||||||
|
#
|
||||||
|
# Bill Kendrick
|
||||||
|
# bill@newbreedsoftware.com
|
||||||
|
#
|
||||||
|
# Sept. 4, 2005 - March 8, 2006
|
||||||
|
# $Id$
|
||||||
|
|
||||||
|
LINKS=links -dump -no-numbering -no-references
|
||||||
|
|
||||||
|
all: README.txt OPTIONS.txt
|
||||||
|
# FAQ.txt EXTENDING.txt ADVANCED-STAMPS-HOWTO.txt
|
||||||
|
|
||||||
|
clean:
|
||||||
|
-rm README.txt
|
||||||
|
-rm OPTIONS.txt
|
||||||
|
# -rm FAQ.txt
|
||||||
|
-rm EXTENDING.txt
|
||||||
|
-rm ADVANCED-STAMPS-HOWTO.txt
|
||||||
|
|
||||||
|
README.txt: html/README.html
|
||||||
|
$(LINKS) $< > $@
|
||||||
|
|
||||||
|
OPTIONS.txt: html/OPTIONS.html
|
||||||
|
$(LINKS) $< > $@
|
||||||
|
|
||||||
|
FAQ.txt: html/FAQ.html
|
||||||
|
$(LINKS) $< > $@
|
||||||
|
|
||||||
|
EXTENDING.txt: html/EXTENDING.html
|
||||||
|
$(LINKS) $< > $@
|
||||||
|
|
||||||
|
ADVANCED-STAMPS-HOWTO.txt: html/ADVANCED-STAMPS-HOWTO.html
|
||||||
|
$(LINKS) $< > $@
|
||||||
|
|
||||||
|
|
||||||
1127
docs/ru/OPTIONS.txt
Normal file
1127
docs/ru/OPTIONS.txt
Normal file
File diff suppressed because it is too large
Load diff
1109
docs/ru/README.txt
Normal file
1109
docs/ru/README.txt
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue