mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-22 16:32:13 -07:00
First cut at online help under OS X. I just built the HTML version
of the manual using Halibut (with one additional magic tag in the <HEAD> section), stuck it in the right part of the application bundle, referenced it in Info.plist, and added a Help menu. Everything else was automatic. Not bad! [originally from svn r5190]
This commit is contained in:
@ -4,5 +4,9 @@
|
||||
<dict>
|
||||
<key>CFBundleIconFile</key>
|
||||
<string>Puzzles.icns</string>
|
||||
<key>CFBundleHelpBookFolder</key>
|
||||
<string>Help</string>
|
||||
<key>CFBundleHelpBookName</key>
|
||||
<string>Puzzles Help</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
Reference in New Issue
Block a user