Created "Extending Tux Paint" document; extracted from README.

This commit is contained in:
William Kendrick 2006-03-09 06:55:05 +00:00
parent 49cf2b4f05
commit d6871dc0a2
4 changed files with 948 additions and 2 deletions

View file

@ -7,17 +7,18 @@
# Bill Kendrick
# bill@newbreedsoftware.com
#
# Sept. 4, 2005 - October 9, 2005
# Sept. 4, 2005 - March 8, 2006
# $Id$
LINKS=links -dump -no-numbering -no-references
all: README.txt OPTIONS.txt FAQ.txt
all: README.txt OPTIONS.txt FAQ.txt EXTENDING.txt
clean:
-rm README.txt
-rm OPTIONS.txt
-rm FAQ.txt
-rm EXTENDING.txt
README.txt: html/README.html
$(LINKS) $< > $@
@ -28,3 +29,6 @@ OPTIONS.txt: html/OPTIONS.html
FAQ.txt: html/FAQ.html
$(LINKS) $< > $@
EXTENDING.txt: html/EXTENDING.html
$(LINKS) $< > $@