From b391858790d19a5e91efc824a3329350bc3928d9 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Thu, 3 Apr 2025 20:07:08 +0300 Subject: the tutorial is now built along with all other HTML documents if --enable-html-docs * `--enable-html-manual` renamed to `--enable-html-docs`. * It's also uploaded to the website and linked to in README. --- distribute.mk.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'distribute.mk.in') diff --git a/distribute.mk.in b/distribute.mk.in index ab79262..cab74ae 100644 --- a/distribute.mk.in +++ b/distribute.mk.in @@ -129,7 +129,7 @@ mingw-binary : @PACKAGE@-@PACKAGE_VERSION@-win32.zip --disable-dependency-tracking \ --with-interface=$(MINGW_UI) \ --disable-bootstrap \ - --enable-html-manual \ + --enable-html-docs \ CFLAGS="-g -O3 -flto" CXXFLAGS="-g -O3 -flto" \ LDFLAGS="-flto"; \ ) -- cgit v1.2.3