From 7bdfda840962e0de7442c4f58d37ca1f560a5797 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Sat, 13 May 2017 18:55:52 +0100 Subject: Switch to using Halibut's new direct .CHM generation. This allows me to remove HTML Help Workshop completely from my build dependencies, and good riddance! --- puzzles.but | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'puzzles.but') diff --git a/puzzles.but b/puzzles.but index fde9bca..2c448b8 100644 --- a/puzzles.but +++ b/puzzles.but @@ -13,6 +13,12 @@ \cfg{html-contents-depth-1}{2} \cfg{html-leaf-contains-contents}{true} +\cfg{chm-filename}{puzzles.chm} +\cfg{chm-contents-filename}{index.html} +\cfg{chm-template-filename}{%k.html} +\cfg{chm-head-end}{} +\cfg{chm-extra-file}{chm.css} + \cfg{info-filename}{puzzles.info} \cfg{ps-filename}{puzzles.ps} -- cgit v1.1