diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-04-03 20:07:08 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-04-03 20:07:08 +0300 |
commit | b391858790d19a5e91efc824a3329350bc3928d9 (patch) | |
tree | c02dddaafb1d14c4e12e9a56b5a38aa5c7417cdf /distribute.mk.in | |
parent | 9f334bb0665200534c672a89eef358a66da092cd (diff) | |
download | sciteco-b391858790d19a5e91efc824a3329350bc3928d9.tar.gz |
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.
Diffstat (limited to 'distribute.mk.in')
-rw-r--r-- | distribute.mk.in | 2 |
1 files changed, 1 insertions, 1 deletions
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"; \ ) |