diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt index c60b93c89..be16927c5 100644 --- a/docs/CHANGES.txt +++ b/docs/CHANGES.txt @@ -7,7 +7,7 @@ bill@newbreedsoftware.com http://www.newbreedsoftware.com/tuxpaint/ -2005.Jul.30 (0.9.15) +2005.Sept.4 (0.9.15) * uncatagorized and messy: ----------------------- @@ -229,6 +229,9 @@ http://www.newbreedsoftware.com/tuxpaint/ * Compiling, porting and packaging updates: ----------------------------------------- + * Created Makefile to convert HTML documentation into plaintext using Links + (I can never remember the precise options!) + * *_PREFIX variables in Makefile no longer need trailing '/'. * Added "Categories" to the 'tuxpaint.desktop' file diff --git a/docs/Makefile b/docs/Makefile new file mode 100644 index 000000000..23e2cd821 --- /dev/null +++ b/docs/Makefile @@ -0,0 +1,25 @@ +# 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 - Sept. 4, 2005 + +LINKS=links -dump -no-numbering -no-references + +all: README.txt OPTIONS.txt + +clean: + -rm README.txt + -rm OPTIONS.txt + +README.txt: html/README.html + $(LINKS) $< > $@ + +OPTIONS.txt: html/OPTIONS.html + $(LINKS) $< > $@ + diff --git a/docs/OPTIONS.txt b/docs/OPTIONS.txt index 9796da9e2..10da89b85 100644 --- a/docs/OPTIONS.txt +++ b/docs/OPTIONS.txt @@ -9,7 +9,7 @@ bill@newbreedsoftware.com http://www.newbreedsoftware.com/tuxpaint/ - July 16, 2005 + September 4, 2005 -------------------------------------------------------------------------- @@ -232,11 +232,12 @@ Windows Users This can help when Tux Paint is run on very slow computers, or displayed on a remote X-Window display. - nosysfonts=yes + sysfonts=yes - This option prevents Tux Paint from attempting to load fonts - (for use in the Text tool) from your operating system. It will - only load the ones that come with Tux Paint. + This option causes Tux Paint to attempt to load fonts (for use + in the Text tool) from your operating system. Normally, + Tux Paint will only load the ones that came bundled with + Tux Paint. nostamps=yes @@ -470,7 +471,7 @@ Windows Users --nooutlines --nostamps --nostampcontrols - --nosysfonts + --sysfonts --mirrorstamps --keyboard --savedir DIRECTORY @@ -500,7 +501,7 @@ Windows Users --outlines --stamps --stampcontrols - --sysfonts + --nosysfonts --dontmirrorstamps --mouse --saveoverask diff --git a/docs/html/OPTIONS.html b/docs/html/OPTIONS.html index 23904221c..691f5b7b9 100644 --- a/docs/html/OPTIONS.html +++ b/docs/html/OPTIONS.html @@ -23,7 +23,7 @@ New Breed Software
bill@newbreedsoftware.com
http://www.newbreedsoftware.com/tuxpaint/
July 16, 2005
+September 4, 2005
nosysfonts=yessysfonts=yesThis option prevents Tux Paint from attempting to load fonts +
This option causes Tux Paint to attempt to load fonts (for use in the Text tool) from your operating system. - It will only load the ones that come with Tux Paint.
+ Normally, Tux Paint will only load the ones that came bundled + with Tux Paint.nostamps=yes