aboutsummaryrefslogtreecommitdiff
path: root/Makefile.doc (follow)
Commit message (Collapse)AuthorAge
* Makefile.doc: Update file list in the clean ruleBen Hutchings2022-07-31
| | | | | | - 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
* Switch to using Halibut's new direct .CHM generation.Simon Tatham2017-05-13
| | | | | This allows me to remove HTML Help Workshop completely from my build dependencies, and good riddance!
* For the convenience of Linux package maintainers, add to Makefile.gtkSimon Tatham2012-08-17
| | | | | | | | | | | | | 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]
* Ability to build a .CHM for Puzzles. I haven't yet arranged for itSimon Tatham2006-12-23
| | | | | | to be used by the Windows binaries; that's the next step. [originally from svn r7006]
* Shiny new developer documentation to replace the old sketchy HACKINGSimon Tatham2005-07-28
| | | | | | guide. [originally from svn r6142]
* Add HACKING to main doc build.Jacob Nevins2005-07-05
| | | | [originally from svn r6063]
* Just for convenience, a docs Makefile, outside the main mkfiles.plSimon Tatham2004-08-16
structure. [originally from svn r4462]