summaryrefslogtreecommitdiff
path: root/documentation/src/fltk-title.tex.in
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2025-12-30 15:49:02 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2025-12-30 15:49:02 +0100
commitd5ed1366420fd9555fb9cf6602f3023e8465b7c1 (patch)
tree289887df96584fbd6092d6496647600e38c4af27 /documentation/src/fltk-title.tex.in
parenteb8047ddc51d74f2acfd06fcd4ccf0c8bfed4239 (diff)
Reorganize documentation source directories
- move all images (screenshots) to new folder documentation/images/ - move documentation/src/fltk-title.tex.in to documentation/ - fix .gitignore files (remove obsolete entries etc.) - FL/Fl_Tooltip.H: fix '\image latex' reference - documentation/CMakeLists.txt: update ref. to fltk-title.tex.in - documentation/Doxyfile.in: adjust image path (IMAGE_PATH)
Diffstat (limited to 'documentation/src/fltk-title.tex.in')
-rw-r--r--documentation/src/fltk-title.tex.in35
1 files changed, 0 insertions, 35 deletions
diff --git a/documentation/src/fltk-title.tex.in b/documentation/src/fltk-title.tex.in
deleted file mode 100644
index 5096461c2..000000000
--- a/documentation/src/fltk-title.tex.in
+++ /dev/null
@@ -1,35 +0,0 @@
-%
-% FLTK PDF documentation title page (LaTeX)
-%
-\begin{titlepage}
-\vspace*{5cm}
-\begin{center}%
-{\Huge FLTK @FLTK_VERSION@ Programming Manual}\\
-\vspace*{2cm}
-\begin{DoxyImageNoCaption}
- \mbox{\includegraphics[width=6cm]{FL200.png}}
-\end{DoxyImageNoCaption}\\
-\vspace*{2cm}
-{\Large
-By F. Costantini, M. Melcher, \\
-A. Schlosser, B. Spitzak, and M. Sweet.}\\
-\vspace*{1.5cm}
-{\large Copyright © 1998 - @YEAR@ by Bill Spitzak and others.}\\
-\vspace*{0.75cm}
-{\small
-This software and manual are provided under the terms of the GNU Library General Public License.}\\
-{\small
-Permission is granted to reproduce this manual or any portion for any purpose,}\\
-{\small
-provided this copyright and permission notice are preserved.}\\
-\vspace*{1.5cm}
-{\large Generated by Doxygen @DOXY_VERSION@}\\
-\vspace*{0.5cm}
-@TODAY@\\
-\vspace*{0.5cm}
-{\small Git revision @FLTK_GIT_REVISION@}\\
-\end{center}
-\end{titlepage}
-%
-% end of FLTK PDF documentation title page (LaTeX)
-%