From 70385593387e1f47549e050c3aaea047a96bc7a2 Mon Sep 17 00:00:00 2001 From: Duncan Gibson Date: Sat, 11 Jul 2020 01:03:09 +0200 Subject: 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 --- documentation/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'documentation/Makefile') 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 \ -- cgit v1.2.3