Added French translation of README (split in two parts).

This commit is contained in:
William Kendrick 2005-10-24 07:19:54 +00:00
parent 5c0ac89d0b
commit adac4f4add
7 changed files with 3651 additions and 5 deletions

View file

@ -11,15 +11,19 @@
LINKS=links -dump -no-numbering -no-references
all: README.txt OPTIONS.txt FAQ.txt PNG.txt
all: README1.txt README2.txt OPTIONS.txt FAQ.txt PNG.txt
clean:
-rm README.txt
-rm README1.txt
-rm README2.txt
-rm OPTIONS.txt
-rm FAQ.txt
-rm PNG.txt
README.txt: html/README.html
README1.txt: html/README1.html
$(LINKS) $< > $@
README2.txt: html/README2.html
$(LINKS) $< > $@
OPTIONS.txt: html/OPTIONS.html