diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2025-12-30 15:49:02 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2025-12-30 15:49:02 +0100 |
| commit | d5ed1366420fd9555fb9cf6602f3023e8465b7c1 (patch) | |
| tree | 289887df96584fbd6092d6496647600e38c4af27 /documentation/.gitignore | |
| parent | eb8047ddc51d74f2acfd06fcd4ccf0c8bfed4239 (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/.gitignore')
| -rw-r--r-- | documentation/.gitignore | 40 |
1 files changed, 3 insertions, 37 deletions
diff --git a/documentation/.gitignore b/documentation/.gitignore index 44b0f2ba3..0a9913da7 100644 --- a/documentation/.gitignore +++ b/documentation/.gitignore @@ -1,45 +1,11 @@ # # Files to be ignored by Git (do not commit) # +# Note: since FLTK 1.5 building FLTK in-source is no longer allowed. +# Therefore we don't need to "ignore" generated files anymore +# because generated files are stored in the build tree. # /documentation/ -.xvpics -blocks.0 -blocks.6 -blocks.z -checkers.0 -checkers.6 -checkers.z -copyright.dox -Doxybook -Doxyfile -fltk.0 -fltk.3 -fltk-config.0 -fltk-config.1 -fltk-config.z -fltk.d -fltk.pdf -fltk.z -fluid.0 -fluid.1 -fluid.z -generated.dox -html -latex -sudoku.0 -sudoku.6 -sudoku.z *.bck *.bak *.log - -# /documentation/src/ -src/*.0 -src/*.1 -src/*.3 -src/*.6 -src/*.z -src/fltk-book.tex -src/fltk-book.tex.in -src/fltk-title.tex |
