aboutsummaryrefslogtreecommitdiff
path: root/Makefile.doc (unfollow)
Commit message (Collapse)Author
2022-07-31Makefile.doc: Update file list in the clean ruleBen Hutchings
- puzzles.chm and puzzles.cnt need to be removed as well - HTML Help Workshop is no longer used, so drop the patterns for its intermediate output
2017-05-13Switch to using Halibut's new direct .CHM generation.Simon Tatham
This allows me to remove HTML Help Workshop completely from my build dependencies, and good riddance!
2012-08-17For the convenience of Linux package maintainers, add to Makefile.gtkSimon Tatham
and Makefile.doc a command-line parameter 'BINPREFIX' which will be prepended to all the game binary names. E.g. 'make BINPREFIX=sgt-' and 'make BINPREFIX=sgt- install', and correspondingly 'make -f Makefile.doc BINPREFIX=sgt-'. Also included in this commit by mistake, changes to singles.c to add \n to the end of all its debug() statements. I meant to commit that separately. Oops. [originally from svn r9606]
2006-12-23Ability to build a .CHM for Puzzles. I haven't yet arranged for itSimon Tatham
to be used by the Windows binaries; that's the next step. [originally from svn r7006]
2005-07-28Shiny new developer documentation to replace the old sketchy HACKINGSimon Tatham
guide. [originally from svn r6142]
2005-07-05Add HACKING to main doc build.Jacob Nevins
[originally from svn r6063]
2004-08-16Just for convenience, a docs Makefile, outside the main mkfiles.plSimon Tatham
structure. [originally from svn r4462]