fltk/documentation
Greg Ercolano 9e2d044caa As per thread on fltk.development: "RFC: Docs - getting rid of .eps files"
Summary:
    Get rid of eps files, 
    change all doxygen '\image latex' references to eps files to png/jpeg instead,
    convert doxygen images from gif -> png (to support html+latex).

Actual operations:

		1) svn remove *.eps
		2) convert all gifs ->  png
		3) svn remove *.gif
		4) svn add *.png
		5) For jpeg/png images, change all \image latex foo.eps .. ->  \image latex foo.[jpg,png] ..
		6) For gif images, change all \image html foo.gif .. ->  \image html foo.png
		   and (harder to do): change \image latex foo.eps .. ->  \image latex foo.png ..
		7) Remove EPSFILES macro from documentation/Makefile 
		   and remove eps related dependencies that were added recently



git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7981 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-12-08 23:53:04 +00:00
..
src As per thread on fltk.development: "RFC: Docs - getting rid of .eps files" 2010-12-08 23:53:04 +00:00
Doxybook removed numbering from doxygen chapters and navigation bars, 2009-03-25 23:12:48 +00:00
Doxyfile added html_stylesheet.css for control over doxygen generated html 2009-06-30 18:51:09 +00:00
Makefile As per thread on fltk.development: "RFC: Docs - getting rid of .eps files" 2010-12-08 23:53:04 +00:00
README Improved documentation/README, removed old and obsolete text, and 2010-12-05 15:49:48 +00:00
strip_tags Moved the stripping of date comments (strip_tags) to its own target 2009-03-21 10:29:42 +00:00
TODO.doc Changed the former todo_filelist used for WPs about porting old html to doxygen to a general TODO.doc now. 2008-10-17 12:50:16 +00:00

README
------

The documentation in this directory is in PDF format.
To read it, please open the file "fltk.pdf" in this directory.

To generate the doxygen HTML documention, you should have Doxygen
version 1.5.7 or later. Use "make clean html" in the documentation
directory to generate the HTML documentation.

To read it, please open the file "html/index.html" with your browser.
A documentation version is also available at the FLTK web site,
along with the PDF version of the manual. The docs on the web site
are usually somewhat older (latest release).

You can generate your own copy of the PDF manual by typing "make pdf"
in this directory. The resulting file is "latex/refman.pdf". This is
so that "make pdf" does not overwrite the bundled file "fltk.pdf".

If you type "make pdf-dist" instead, the original file "fltk.pdf"
will be overwritten.

Note that it is usually not necessary to create your own PDF version,
if you use the release version of FLTK, because it comes with a current
"fltk.pdf" file. However, if you use subversion or a snapshot file,
then the included "fltk.pdf" file is likely to be outdated.

If you find any typos, things that are unclear, or would like to
contribute an example, section, or chapter to the FLTK manual, please
post a question in the fltk newsgroup fltk.general or post a bug
report or feature request at http://www.fltk.org/str.php .