add a list of project using ftgl
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79
diff --git a/docs/Makefile.am b/docs/Makefile.am
index c95cbd8..fb5358e 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -1,9 +1,12 @@
+documentationdir = $(datadir)/doc/ftgl
+documentation_DATA = projects_using_ftgl.txt
+
if HAVE_DOXYGEN
-htmldocdir = $(datadir)/doc/ftgl/html
+htmldocdir = $(documentationdir)/html
htmldoc_DATA = html/doxygen.css
if HAVE_LATEX
-pdfdocdir = $(datadir)/doc/ftgl
+pdfdocdir = $(documentationdir)
pdfdoc_DATA = latex/ftgl.pdf
endif
endif
@@ -51,11 +54,12 @@ install-data-local: html/doxygen.css
endif
EXTRA_DIST = \
- doxygen.cfg.in \
- ftgl.dox \
- FTGL_1_3.gif \
- $(PNGS) \
- images/metrics.svg \
- $(NULL)
+ $(PNGS) \
+ $(documentation_DATA) \
+ FTGL_1_3.gif \
+ doxygen.cfg.in \
+ ftgl.dox \
+ images/metrics.svg \
+ $(NULL)
NULL =
diff --git a/docs/projects_using_ftgl.txt b/docs/projects_using_ftgl.txt
new file mode 100644
index 0000000..c12d992
--- /dev/null
+++ b/docs/projects_using_ftgl.txt
@@ -0,0 +1,35 @@
+
+To add your name to this list, please contact one of the FTGL
+developers at http://sf.net/projects/ftgl
+
+Projects are listed in alphabetical order.
+
+Projects currently using FTGL
+-----------------------------
+
+Blender
+http://blender.org/
+
+BZFlag
+http://BZFlag.org/
+as of version 2.99
+
+Duel
+http://www.personal.rdg.ac.uk/~sir03me/play/code.html
+
+FTGL#
+http://www.paskaluk.com/projects.php
+
+Ruby FTGL
+http://rubyforge.org/projects/ruby-ftgl/
+
+VTK
+http://www.vtk.org/
+
+
+Projects that used to use FTGL
+------------------------------
+
+GNU Backgammon
+http://www.gnubg.org/
+until version 0.14.3+20060520-1