Received French version of "PNG.txt" documentation, in HTML format.

This commit is contained in:
William Kendrick 2005-10-24 07:04:40 +00:00
parent 85dfe3c7f7
commit 00240f66e2
3 changed files with 600 additions and 3 deletions

View file

@ -7,16 +7,17 @@
# Bill Kendrick
# bill@newbreedsoftware.com
#
# Sept. 4, 2005 - October 9, 2005
# Sept. 4, 2005 - October 24, 2005
LINKS=links -dump -no-numbering -no-references
all: README.txt OPTIONS.txt FAQ.txt
all: README.txt OPTIONS.txt FAQ.txt PNG.txt
clean:
-rm README.txt
-rm OPTIONS.txt
-rm FAQ.txt
-rm PNG.txt
README.txt: html/README.html
$(LINKS) $< > $@
@ -27,3 +28,6 @@ OPTIONS.txt: html/OPTIONS.html
FAQ.txt: html/FAQ.html
$(LINKS) $< > $@
PNG.txt: html/PNG.html
$(LINKS) $< > $@