diff options
| author | Duncan Gibson <engelsman@users.noreply.github.com> | 2020-07-11 01:03:09 +0200 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2020-07-13 23:12:54 +0200 |
| commit | 70385593387e1f47549e050c3aaea047a96bc7a2 (patch) | |
| tree | acbc5018cf01d09aed4a674f50ebc2afa8c0dd1d /documentation/Makefile | |
| parent | 44375763aabefb9c3403540e2914aa41aed17a87 (diff) | |
add resize documentation as per STR3433
add resize chapter to documentation, plus images,
based on Article #415: How does resizing work?
https://www.fltk.org/articles.php?L415
see also https://www.fltk.org/str.php?L3433
Diffstat (limited to 'documentation/Makefile')
| -rw-r--r-- | documentation/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/documentation/Makefile b/documentation/Makefile index 0c03b8c56..a1c370799 100644 --- a/documentation/Makefile +++ b/documentation/Makefile @@ -29,6 +29,7 @@ HTMLFILES = \ $(SRC_DOCDIR)/intro.dox \ $(SRC_DOCDIR)/basics.dox \ $(SRC_DOCDIR)/common.dox \ + $(SRC_DOCDIR)/resize.dox \ $(SRC_DOCDIR)/editor.dox \ $(SRC_DOCDIR)/drawing.dox \ $(SRC_DOCDIR)/events.dox \ |
