aboutsummaryrefslogtreecommitdiff
path: root/Recipe
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2005-01-24 13:00:11 +0000
committerSimon Tatham <anakin@pobox.com>2005-01-24 13:00:11 +0000
commit1c47f2b55351d224c74707a0c0cb047046bec6c2 (patch)
treef177ef9065d652e558e995895caa76231c5f08d2 /Recipe
parentb10be2b32adc91e3d51117aeac8a75e59271d941 (diff)
downloadpuzzles-1c47f2b55351d224c74707a0c0cb047046bec6c2.zip
puzzles-1c47f2b55351d224c74707a0c0cb047046bec6c2.tar.gz
puzzles-1c47f2b55351d224c74707a0c0cb047046bec6c2.tar.bz2
puzzles-1c47f2b55351d224c74707a0c0cb047046bec6c2.tar.xz
Improve OS X help: split back up into multiple files (thanks to
Halibut's new \cfg{html-local-head} directive), and add some CSS to mimic the font choices of system help files. [originally from svn r5194]
Diffstat (limited to 'Recipe')
-rw-r--r--Recipe5
1 files changed, 3 insertions, 2 deletions
diff --git a/Recipe b/Recipe
index 6c4d302..0191601 100644
--- a/Recipe
+++ b/Recipe
@@ -48,8 +48,9 @@ Puzzles : [MX] osx osx.icns osx-info.plist COMMON ALL
CFLAGS += -DCOMBINED
Puzzles_extra = Puzzles.app/Contents/Resources/Help/index.html
Puzzles.app/Contents/Resources/Help/index.html: \
- Puzzles.app/Contents/Resources/Help puzzles.but
- halibut --html=$@ puzzles.but
+ Puzzles.app/Contents/Resources/Help osx-help.but puzzles.but
+ cd Puzzles.app/Contents/Resources/Help; \
+ halibut --html ../../../../osx-help.but ../../../../puzzles.but
Puzzles.app/Contents/Resources/Help: Puzzles.app/Contents/Resources
mkdir -p Puzzles.app/Contents/Resources/Help
!end